package
0.0.0-20220121052351-baa204d3636b
Repository: https://github.com/boilermake/bm-app.git
Documentation: pkg.go.dev
# README
postgres/
An implementation of the services in models/
that uses postgres as its backing store.
# Functions
GenerateRandomBytes returns securely generated random bytes.
GenerateRandomString returns a securely generated random string.
Open starts the connection to the database.
# Structs
AnnouncementService is a PostgreSQL implementation of models.announcement.
UserService is a PostgreSQL implementation of models.UserService.
RaffleService is a PostgreSQL implementation of models.raffle.
RSVPService is a PostgreSQL implementation of models.RSVPService.
UserService is a PostgreSQL implementation of models.UserService.