Versions in this module Expand all Collapse all v1 v1.8.0 Aug 19, 2020 v1.7.0 Jul 12, 2020 Changes in this version + type ConfigSQLite struct + DB DB + type DB struct + File string + Init string + type SQLite struct + func MustNew(cfg *ConfigSQLite) *SQLite + func (db *SQLite) Down() error + func (db *SQLite) Exec(query string, args ...interface{}) (r sql.Result, err error) + func (db *SQLite) Query(query string, args ...interface{}) (r *sql.Rows, err error) + func (db *SQLite) Up() error