Comment on Ask HN: Startup Devs -What's your biggest pain while managing cloud deployments?parentComments−imglorp2yWe 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.
Comments
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.