package
0.0.0-20160406213155-4f83aec17da1
Repository: https://github.com/davidafox/chat.git
Documentation: pkg.go.dev

# Functions

NewFactory creates a new clientdata factory using a postgres datastore.
NewPostgres sets up the connection to the database and returns a Postgres datastore.

# Structs

Factory is initialized with the config file and then used to make client data objects of the appropriate type when clients are created.
Postgres is a type of datastore using a postgresql database.