winebarrel

↗ HN profile [ 24.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Pistachio is a declarative schema migration tool similar to sqldef, with a Terraform-like plan/apply workflow. I created this tool because there were some SQL statements that sqldef couldn't parse. Pistachio uses…

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