# Packages

No description provided by the author

# Functions

NewPostgreSQLDB creates a new connection to the configured PostgreSQL DB.

# Constants

SchemaVersion is the current version of the DB schema.

# Variables

ErrNotFound is returned when the requested user is not found.

# Structs

Config encapsulates the input required to configure a database connection.
PostgreSQLDB is a PostgreSQL-compatible implementation of DB.

# Interfaces

DB is the interface for a database client.