package
0.0.0-20241223214030-968d722126d0
Repository: https://github.com/speakeasy-api/rest-template-go.git
Documentation: pkg.go.dev

# Functions

New instantiates a instance of the Driver.

# Constants

ErrClose is returned when we cannot close the database.
ErrConnect is returned when we cannot connect to the database.
ErrDriverInit is returned when we cannot initialize the driver.
ErrMigrateInit is returned when we cannot initialize the migrate driver.
ErrMigration is returned when we cannot run a migration.

# Structs

Config represents the configuration for our postgres database.
Driver provides an implementation for connecting to a postgres database.