package
0.5.5
Repository: https://github.com/guad/thunder.git
Documentation: pkg.go.dev

# Functions

NewDBGenerators is a function that will return a list of database "generators" which own the lifecycle of a database (both live and sqlgen).

# Structs

DBGenerator is a struct that contains the ability to build a database.

# Interfaces

DB is an interface that satisfies both sqlgen.DB and LiveDB.