Versions in this module Expand all Collapse all v0 v0.0.2 Sep 19, 2018 Changes in this version + var DB = Sqlite + type Sqlite struct + Once sync.Once + SqlDBmap map[string]*sql.DB + func GetSqliteDB() *Sqlite + func (db *Sqlite) Exec(query string, args ...interface{}) sql.Result + func (db *Sqlite) InitDB(cfgList map[string]config.Database) + func (db *Sqlite) Query(query string, args ...interface{}) ([]map[string]interface{}, *sql.Rows)