Versions in this module Expand all Collapse all v0 v0.1.15 Oct 30, 2024 v0.1.14 Oct 30, 2024 Changes in this version + const EngineName + func NewPostgreSQL(dsn string) (sqldatabase.Engine, error) + type PostgreSQL struct + func (p PostgreSQL) Close() error + func (p PostgreSQL) Dialect() string + func (p PostgreSQL) Query(ctx context.Context, query string, args ...any) ([]string, [][]string, error) + func (p PostgreSQL) TableInfo(ctx context.Context, table string) (string, error) + func (p PostgreSQL) TableNames(ctx context.Context) ([]string, error)