Versions in this module Expand all Collapse all v0 v0.3.2 Mar 8, 2026 Changes in this version + const MySQLDriverName + const PostgresDriverName + func NewMySQL() database.DBDriver + func NewPostgres() database.DBDriver + type MySQLDriver struct + func (d *MySQLDriver) Connect(cfg *database.Config) error + type PostgresDriver struct + func (d *PostgresDriver) Connect(cfg *database.Config) error