Versions in this module Expand all Collapse all v1 v1.0.0 Mar 17, 2025 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)