dbmigrate
dbmigrate copied to clipboard
PostgreSQL/SQLite/MySQL migration tool in rust
I won't have time to work on that anytime soon but will take a PR on the next branch.
Using dbmigrate programmatically -> why is it not a lib/why is functionality not in dbmigrate-lib
Hello! Consider myself a noobie, please. I am (successfully) using your awesome migration tool (thanks for that!) programmatically in an application of mine. To get it working I had a...
The way `Migration` and `MigrationFile` are currently structured, a lot of handling of different cases is required, which could be prevented in the type system directly. https://github.com/Keats/dbmigrate/blob/40b6c5cd18c3789e4a845f64501cf11eab6d9056/dbmigrate-lib/src/files.rs#L30-L51 Migration ------------ Let's...
When migration script contains a mistake, then part of commands get executed. The second attempt will rerun script from the beginning, which results in executing the commands for the second...
Remove error-chain in favour of plain `Error` and update the rest of the dependencies.
Hi, any thoughts on this? I have an automated build/deploy case in which creating the database manually beforehand is painful. Given the already provided credentials, it would be lovely if...
This change adds a driver for SQLCipher. SQLCipher is an open-source extension to SQLite which provides transparent encryption of database files.
Similar, but different from #26. It would be great if there was the ability to create `{up/down}.rs` migrations alongside `{up/down}.sql` migrations. It is not uncommon to have *data migrations*, which...
So i can use a path like `~/code/migrations`