postgres_migrator icon indicating copy to clipboard operation
postgres_migrator copied to clipboard

A postgres migration generator and runner that uses raw declarative sql.

Results 3 postgres_migrator issues
Sort by recently updated
recently updated
newest added

First off, great project! I found it [on Reddit](https://www.reddit.com/r/rust/comments/t8en83/migrator_automatically_generate_postgres), while stumbling through the landscape of less-than-ideal migration tooling. It's surprising how little tooling there is for the diff generate approach...

Sadly it appears Migra is no longer maintained. It's missing quite a few features (namely: no support for composite types, comments, aggregate functions, function return type changes, partitions). There's an...

I see the latest docker container is [at version 0.7](https://hub.docker.com/r/blainehansen/postgres_migrator/tags), but I think it isn't built from source so I can't find a way to check from which commit it's...