Versions in this module Expand all Collapse all v1 v1.0.2 Dec 30, 2023 v1.0.1 Dec 28, 2023 Changes in this version + func MySQL(host, port, username, password, database string, silent ...bool) (*gorm.DB, error) + func Sqlite(path string, silent ...bool) (*gorm.DB, error) + func SqliteMem(silent ...bool) (*gorm.DB, error)