Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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?



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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: