Documentation ¶
Overview ¶
Package postgres provides support to work with a postgres database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dialect ¶
type Dialect struct{}
Dialect a Dialect configured for PostgreSQL.
func (Dialect) CreateTableSQL ¶
CreateTableSQL returns the SQL to create the schema table.
func (Dialect) UpdateChecksumSQL ¶
UpdateChecksumSQL returns the SQL update a checksum for a version.
Click to show internal directories.
Click to hide internal directories.