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

winebarrel1 pts0 comments

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

pistachio tool declarative schema migration postgresql

Related Articles