Versions in this module Expand all Collapse all v0 v0.1.0 Oct 24, 2025 Changes in this version + const PrefabColumns + const PrefabColumnsFormat + const PrefabCountDBFormat + const PrefabCountFormat + const PrefabCurrentDatabase + const PrefabDatabases + const PrefabTables + type Postgres struct + func NewPostgresDriver() (*Postgres, error) + func (p *Postgres) Capabilities() []database.Capabilities + func (p *Postgres) ConnectionStringTemplate() *template.Template + func (p *Postgres) Dialect() database.SQLDialect + func (p *Postgres) GetPrefab(r database.Request) (string, []any, error) + func (p *Postgres) GetTemplate(queryType database.RequestType) string + func (p *Postgres) IncreamentPlaceholder() string + func (p *Postgres) Name() string + func (p *Postgres) Quote(value string) string + func (p *Postgres) QuoteRune() rune + func (p *Postgres) RenderCurrentTimestamp() string + func (p *Postgres) RenderPlaceholder(index int) string + func (p *Postgres) RenderTypeCast() string + func (p *Postgres) RenderValue(value any) string + func (p *Postgres) ResolveType(dbType string, value []byte) (any, error)