Hacker News new | ask | show | jobs
by grardb 830 days ago
I played with this a bit years ago when it was still called PostgraphQL. My biggest issue with it was that there didn't seem to be a recommended (or even suggested) version control method for things like functions. Using a standard migration tool to update functions seems like hell, so I gave up on using it.

Looking through the docs, I still see no mention of version control or even migrations at all. Is this something that has been solved?

1 comments

It’d be like any other database schema change. We commit all schema migrations to git and have cicd run them.