frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Pistachio – A declarative schema migration tool for PostgreSQL

https://github.com/winebarrel/pistachio
2•winebarrel•1h ago
Pistachio is a declarative schema migration tool similar to sqldef.

I created this tool because there were some SQL statements that psqldef couldn't parse.

Since it uses pg_query_go, you can parse the SQL using PostgreSQL's SQL parser.

You can try out the demo using the following command:

docker run --rm -it ghcr.io/winebarrel/pistachio-demo