litemigrate/README.md

8 lines
337 B
Markdown
Raw Permalink Normal View History

2024-09-27 23:34:30 +00:00
# litemigrate
Small migration library for Sqlite3 databases using [modernc.org sqlite3](https://pkg.go.dev/modernc.org/sqlite)
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.