package
0.0.0-20221213181224-8cb3723bd921
Repository: https://github.com/alpacahq/ribbit-backend.git
Documentation: pkg.go.dev

# Functions

CreateDatabaseIfNotExist creates our postgresql database from postgres config.
CreateDatabaseUserIfNotExist creates a database user.
CreateSchema creates the tables for given models.
GetModels retrieve models.
GetType is a useful utility function to help us inspect the name of a model (struct) which is expressed as an interface{}.
NewManager returns a new manager.

# Structs

Manager holds a group of methods for writing tests.