Versions in this module Expand all Collapse all v2 v2.2.3 Apr 15, 2025 v2.2.2 Apr 15, 2025 Changes in this version + func Generate(destDir string, dbConn DBConnection, genTemplate ...template.Template) (err error) + func GenerateDB(db *sql.DB, schema, destDir string, templates ...template.Template) 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