dbmigrate icon indicating copy to clipboard operation
dbmigrate copied to clipboard

PostgreSQL/SQLite/MySQL migration tool in rust

Results 10 dbmigrate issues
Sort by recently updated
recently updated
newest added

I won't have time to work on that anytime soon but will take a PR on the next branch.

help wanted

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...

help wanted

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...

help wanted

Remove error-chain in favour of plain `Error` and update the rest of the dependencies.

help wanted

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`