movine icon indicating copy to clipboard operation
movine copied to clipboard

A migration manager written in Rust that attempts to be smart yet minimal

Results 4 movine issues
Sort by recently updated
recently updated
newest added

I was wondering if it was possible to use this in a bin file with sqlx's postgres `PgConnection`? I'm getting and error with my current implementation. I'm trying to create...

``` [devshell] query/service $ movine status Error: IO Error: No such file or directory (os error 2) ``` What is this trying to tell me and how can I debug...

I've only just discovered this tool but it looks really neat! One system I'm working with uses client certs for PG authentication, so I was excited to see your README...