Simple declarative schema migration for SQLite
https://david.rothlis.net/declarative-schema-migration-for-sqlite
|
|
||
|---|---|---|
| sqlite_migrator | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
Declarative SQLite Migrator
Based on: https://david.rothlis.net/declarative-schema-migration-for-sqlite/
Licensed MIT, it has served our needs quite well. Only a small modification was made to exclude certain sqlite internal tables.
It is also here for the purpose of publishing to our Forgejo package index.
Modifications
- Modified to ignore internal tables