Very simple migration utility for SQLite
Find a file
2024-11-06 22:16:17 +00:00
.forgejo/workflows Moved Sqlite migration package into separate package 2024-09-28 09:04:07 +10:00
db.go Renamed package to litemigrate and removed blogging-tools dependency 2024-11-06 22:16:17 +00:00
go.mod Fixed unit tests 2024-09-28 09:34:30 +10:00
go.sum Renamed package to litemigrate and removed blogging-tools dependency 2024-11-06 22:16:17 +00:00
migration.go Renamed package to litemigrate and removed blogging-tools dependency 2024-11-06 22:16:17 +00:00
migration_test.go Renamed package to litemigrate and removed blogging-tools dependency 2024-11-06 22:16:17 +00:00
opts.go Renamed package to litemigrate and removed blogging-tools dependency 2024-11-06 22:16:17 +00:00
README.md Fixed unit tests 2024-09-28 09:34:30 +10:00

litemigrate

Small migration library for Sqlite3 databases using modernc.org sqlite3 driver.

This was mainly written for my own purposes. Others are free to look at the code if they want, but I make no guarantees that it'll work or that it won't blow away your database. Use at your own risk.