Hacker News new | ask | show | jobs
by imglorp 811 days ago
We are using Hasura for schema migration. You don't have to use the graphql stuff: it will just follow your tables and generate .up and .down migrators for you.

Then you can just use pg like normal, directly.