This module is part of the LightMigrate library. It provides a migration driver for sqlite3.
- Driver work with sqlite3 (uses cgo, https://github.com/mattn/go-sqlite3).
- Examples
Configuration options can be passed to the constructor using the With<Config-Option>
functions.
Config Value | Defaults | Description |
---|---|---|
MigrationsTable |
schema_migrations | Name of the migrations table. |
Logger |
log.Default() | The logger instance that should be used. |
VerboseLogging |
false | If set to true, more log messages will be printed. |