lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
985 stars 126 forks source link

Integrate Postgres with yeoman #40

Closed lvarayut closed 7 years ago

lvarayut commented 8 years ago

Integrate Postgres in canary branch which will be used in our yeoman generator.

ugiacoman commented 8 years ago

Not sure about yeoman, but I am currently working on integrating with Postgres. I'll post back any success haha

lvarayut commented 8 years ago

Thanks, @ugiacoman, that would be useful 👍

ugiacoman commented 8 years ago

@lvarayut I ended up using Postgraphql for the integration. So far it's working pretty well but not sure if that is the type of integration you'd like to go for. Essentially what it does is allow you to create an SQL schema and it takes care of the GraphQL usage.

lvarayut commented 8 years ago

Postgraphql looks good to me. If you could integrate it with our yeoman, in the canary branch, that would be really helpful to a lot of people.

ugiacoman commented 8 years ago

Sounds good, I'll toy around with it for a while, figure out the quirks, and send a PR. Unfortunately, can't give you an ETA.

lvarayut commented 8 years ago

That's fine. Thanks @ugiacoman. Look forward for it 😄