package
0.0.0-20211015205346-fad6b96d1031
Repository: https://github.com/gdey/sqlite-migration.git
Documentation: pkg.go.dev
# Functions
ApplyMigrations will apply the migrations to the given db.
InitFilename will init the sqlite3 database with the corpus migrations applied to it.
New will create a new database with the corpus migrations applied to it.
NewFilename will generate a new file that can be used for the database, and provide a cleanup function to remove the file after it's no longer needed.