package
1.5.7
Repository: https://github.com/cybergarage/go-postgresql.git
Documentation: pkg.go.dev

# Functions

NewDefaultClient returns a new default PostgreSQL client.
NewPgxClient returns a new Pgx client.
NewPgClient returns a new pq client.

# Type aliases

Client represents a PostgreSQL client interface.
PgxClient represents a PostgreSQL client.
PqClient represents a PostgreSQL client.