Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EmptyTables ¶ added in v0.2.0
EmptyTables is used to empty a collection of tables. This may be useful if truncating a table is not possible.
func SetupAndMigratePostgresDB ¶ added in v0.2.0
Types ¶
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
Database implements the applications core logic.
func NewDatabase ¶
func NewDatabase(db *goqu.Database) *Database
func (*Database) CreateDomain ¶
Click to show internal directories.
Click to hide internal directories.