Versions in this module Expand all Collapse all v0 v0.1.0 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