Versions in this module Expand all Collapse all v2 v2.12.1 Jan 14, 2025 v2.12.0 Jan 14, 2025 Changes in this version + func Generate(destDir string, dbConn DBConnection, genTemplate ...template.Template) (err error) + func GenerateDSN(dsn, schema, destDir string, templates ...template.Template) error + type DBConnection struct + DBName string + Host string + Params string + Password string + Port int + SchemaName string + SslMode string + User string