//
pkg.gl
Category
github.com/cybergarage/go-postgresql
postgresqltest
client
package
1.5.7
Repository:
https://github.com/cybergarage/go-postgresql.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
1
Files
15 SLOC
#
Functions
NewDefaultClient
NewDefaultClient returns a new default PostgreSQL client.
NewPgxClient
NewPgxClient returns a new Pgx client.
NewPqClient
NewPgClient returns a new pq client.
#
Type aliases
Client
Client represents a PostgreSQL client interface.
PgxClient
PgxClient represents a PostgreSQL client.
PqClient
PqClient represents a PostgreSQL client.