Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DatabaseURI string
}
Config is the database configuration struct.
type Database ¶
Database is the database connection.
func NewConnection ¶
func NewConnection() *Database
NewConnection returns a new database connection.
func (*Database) RegisterApp ¶
func (d *Database) RegisterApp(a Migratable)
RegisterApp register the applications.
Click to show internal directories.
Click to hide internal directories.