modulepackage
0.0.0-20211015205346-fad6b96d1031
Repository: https://github.com/gdey/sqlite-migration.git
Documentation: pkg.go.dev
# README
SQLite Migration
The aim of this project is to provide a simple way to manage, various sql file for an SQLite database. The migration process is pretty simple, and the file here only automate some of it.
# Functions
New returns a new manager.
# Constants
InitialVersion represents the value of the very first version, an empty database.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Manager will manage a set of migration file and apply them to the database.
# Interfaces
No description provided by the author