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

How does this compare to using CouchDB/PouchDB?

(maybe it doesn't, but at first glance it looks similar in a lot of ways to me)



CouchDB is a document store style database. GraphQL is more focused on the API layer (how do I query any underlying data sources for exactly the data I need) instead of tying you into one particular database. So, in theory, some of your GraphQL objects might live in CouchDB but others might live in PostgreSQL or a file store.


Ok, that's pretty cool

Thank you for the insight!




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

Search: