cdebotton / react-universal

React, redux, react-router, graphql, postgres, koa, universal starter-kit
293 stars 27 forks source link

For database I recommend you choose MongoDB #6

Closed nodkz closed 8 years ago

nodkz commented 8 years ago

Take popular MongoDB ODM: https://github.com/Automattic/mongoose

And wrap it with a mongoose schema converter to graphql: https://github.com/RisingStack/graffiti-mongoose

cdebotton commented 8 years ago

Thank you for the suggestion, but I'm either going to not include a data layer explicitly in this repository (just the GraphQL setup, you can add whatever data layer you'd like in the resolve hooks), or I may implement graphql-sequelize when mickhansen/graphql-sequelize#38 is sorted out.