Versions in this module Expand all Collapse all v0 v0.0.1 Jun 30, 2026 Changes in this version + func Delete(t *schema.Table, q query.Query, d dialect.Dialect, withReturning bool) (string, []any, error) + func Insert(t *schema.Table, rows []map[string]any, d dialect.Dialect, withReturning bool) (string, []any, error) + func Select(q query.Query, t *schema.Table, lookup SchemaLookup, d dialect.Dialect, ...) (string, []any, []string, error) + func Update(t *schema.Table, set map[string]any, q query.Query, d dialect.Dialect, ...) (string, []any, error) + type FilterError struct + Err error + func (e *FilterError) Error() string + func (e *FilterError) Unwrap() error + type SchemaLookup interface + Table func(name string) (*schema.Table, bool)