Versions in this module Expand all Collapse all v1 v1.0.1 Nov 9, 2023 v1.0.0 Nov 8, 2023 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)