Versions in this module Expand all Collapse all v0 v0.5.0 Feb 9, 2026 v0.3.0 Feb 7, 2026 Changes in this version + type Dialect string + const DialectMySQL + const DialectPostgres + const DialectSQLite + type File struct + Content []byte + Path string + type Generator struct + func New(opts Options) *Generator + func (g *Generator) Generate(catalog *model.Catalog) ([]File, error) + type Options struct + Dialect Dialect + EmitComments bool + EmitIFNotExists bool