package
0.0.0-20200205150615-415d67629619
Repository: https://github.com/fsufitch/wire-web-demo.git
Documentation: pkg.go.dev

# Functions

ProvidePostgresDBConn performs schema initialization.
ProvidePreInitPostgresDBConn provides a PostgresDBConn by connecting to a database.

# Variables

PostgresDBProviderSet is a provider set for building a Postgres database.
ProvidePostgresCounterDAO is a provider set for building a PostgresCounterDAO.

# Structs

PostgresCounterDAO implements a CounterDAO for a Postgres database.

# Interfaces

CounterDAO is a generic interface for a DAO accessing a counter.