Just released Version 1.1.0 Alpha 2 of #rusqlite_migration. The new feature is the ability to describe migrations as a set of SQL files in a directory.
Otherwise, lots of improvements to the code and infrastructure around the library.
https://github.com/cljoly/rusqlite_migration/releases/tag/v1.1.0-alpha.2
#rusqlite_migration #rust #sqlite
Merged a nice optimization to #rusqlite_migration earlier today: https://asciinema.org/a/592133
On big migration sets, gain about 8% and 4% on smaller sets! More details in the description of the asciinema.
#rusqlite_migration #rust #criterion #asciinema
New minor version of #rusqlite_migration: https://github.com/cljoly/rusqlite_migration/releases/tag/v1.0.2
It’s just a bug fix, I made the mistake of using an open ended range in a dependency specification 🤦♂️
#rusqlite_migration #rusqlite #sqlite
Version 1.1.0-alpha.1 of #rusqlite_migration has been released. Some exciting new features were contributed by the community: https://github.com/cljoly/rusqlite_migration/releases/tag/v1.1.0-alpha.1
We would like to collect your feedback on the new APIs, in particular the one to run custom #Rust code during migrations (contributed by @matze): https://github.com/cljoly/rusqlite_migration/discussions/36. Thank you!
#rusqlite_migration #rust #rusqlite #sqlite #release #boostswelcome