package
0.0.0-20201223150435-69509e0819fc
Repository: https://github.com/excel-mec/excelplay-backend-kryptos.git
Documentation: pkg.go.dev

# Functions

Migrate is the master function used to run migrations path should be a string giving the path to the directory containing the SQL files.
NewDB setups and returns a new database connection instance.

# Structs

DB wraps sqlx.DB to add custom query methods.
DBParams is used to construct the connection string.
LeaderboardEntry holds an entry in the in-memory leaderboard.
QResponse holds the response for a question request.
User holds the details of a particular user.