More Prior Art!: Turbosql
trevyn opened this issue · 2 comments
trevyn commented
@leafac This is very cool! I thought you might like to know that I also arrived at a similar conclusion regarding lightweight forward-only migrations in Turbosql, an opinionated Rust wrapper for SQLite: https://github.com/trevyn/turbosql#automatic-schema-migrations
I've been using it in my own projects, and the setup has been working even better than expected, including complex hand-written migrations. Example: https://github.com/trevyn/turbo/blob/main/migrations.toml
leafac commented
🙌 Added Turbosql to § Prior Art.
I like the idea of dumping the final schema. I think I’ll steal it… 😃
leafac commented
🙌 Added Turbosql to § Prior Art.
I like the idea of dumping the final schema. I think I’ll steal it…