Documentation ¶
Overview ¶
Package sql implements providers for cheesegull using SQL. This is tested with MySQL.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AutoMigrateDB ¶
AutoMigrateDB automatically updates a database to the latest version.
func MapperFunc ¶
MapperFunc is the MapperFunc to set to an sqlx db so that it can work properly with structs.
Types ¶
type Provided ¶
type Provided interface { cheesegull.BeatmapService }
Provided is a struct containing the services implemented by this package.
Click to show internal directories.
Click to hide internal directories.