-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to connect a database on the server side? #1282
Comments
@GeoffreyPlitt what technology at the backend do you use? |
NodeJS |
Don't be lazy and google up the answers for, say "nodejs graphql sql backend" and "graphql schema resolve method". These two have pretty much info and are actually what you are looking for. There's no silver bullet just read all the docs and examples over and over again. |
Thanks for your question. We're trying to keep GitHub issues focused on bugs and enhancements to keep signal high for contributors. I'd recommend asking your question on Stack Overflow and tagging it with '#relayjs'. As others have mentioned, there are lots of great resources online that answer your question. A few suggestions:
|
I looked through the documentation and it isn't clear to me-- how do you add a real database to the server side, such as ReThinkDB?
The text was updated successfully, but these errors were encountered: