Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Host string Port string User string Password string Database string URL string }
Config is a database configuration
type Db ¶
Db contains the database connection pool and its config
func (*Db) CreateTable ¶
CreateTable executes the query given
Click to show internal directories.
Click to hide internal directories.