Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLMigrator ¶
type SQLMigrator struct { Config db.SQLConfig Logger *slog.Logger // contains filtered or unexported fields }
func (*SQLMigrator) ApplySchema ¶
func (c *SQLMigrator) ApplySchema(s db.Schema, dry_run bool) (err error)
func (*SQLMigrator) Complete ¶
func (c *SQLMigrator) Complete()
func (*SQLMigrator) InitDB ¶
func (c *SQLMigrator) InitDB() (err error)
Click to show internal directories.
Click to hide internal directories.