Versions in this module Expand all Collapse all v0 v0.2.3 Mar 20, 2026 Changes in this version + type Dialect string + const Postgres + const SQLite + func (d Dialect) InsertIgnore(table, columns, placeholders string) string + func (d Dialect) IsPostgres() bool + func (d Dialect) IsSQLite() bool + func (d Dialect) Rebind(query string) string