Versions in this module Expand all Collapse all v0 v0.1.0 May 27, 2026 v0.0.1 May 27, 2026 Changes in this version + type Dialect interface + Placeholder func(n int) string + QuoteIdent func(name string) string + QuoteLiteral func(v any) string + func New(dataSourceName string) (Dialect, error) + type MySQL struct + func (MySQL) Placeholder(_ int) string + func (MySQL) QuoteIdent(name string) string + func (m MySQL) QuoteLiteral(v any) string + type Postgres struct + func (Postgres) Placeholder(n int) string + func (Postgres) QuoteIdent(name string) string + func (p Postgres) QuoteLiteral(v any) string