Versions in this module Expand all Collapse all v1 v1.0.0 Mar 13, 2021 v0 v0.1.0 Feb 3, 2021 Changes in this version + var Config = &sqlitedbConfig + func NewDatabase(databaseName string, opts ...database.Option) (database.Database, error) + func NewTable(db database.Database, tableName string) (database.Table, error)