Versions in this module Expand all Collapse all v0 v0.7.2 Jul 9, 2024 v0.7.1 Jun 14, 2024 Changes in this version + var DBDrivers map[string]DBDriver + var RegisterDriversOnce sync.Once + func InitializeDatabase(config types.DBConfig) (types.Database, error) + func RegisterDrivers() + type DBDriver func(config types.DBConfig) (types.Database, error)