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

# Functions

NewDatabase returns a new database.
NewDatabases returns a databases instance.
NewDatabaseWithName returns a new database with the specified string.
NewMemStore returns an in-memory storeinstance.
NewRow returns a new row.
NewRowWith returns a new row with the specified columns.
NewTable returns a new table.

# Structs

Database represents a destination or source database of query.
No description provided by the author
Table represents a destination or source database of query.

# Type aliases

Databases represents a collection of databases.
Row represents a row of a table.