Versions in this module Expand all Collapse all v1 v1.0.1 Jan 11, 2021 Changes in this version + func Debug(on bool) func(db *DB) error + type DB struct + InDebug bool + func New(driver, connect string, options ...func(db *DB) error) (*DB, error) + type Flags struct + Connect string + Debug bool + Driver string