Skip to content
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

Add support for MySQL #58

Open
felippepuhle opened this issue Feb 6, 2017 · 4 comments
Open

Add support for MySQL #58

felippepuhle opened this issue Feb 6, 2017 · 4 comments

Comments

@felippepuhle
Copy link
Collaborator

As MySQL user, it would be interesting to have this feature too.

@sibelius
Copy link
Collaborator

sibelius commented Feb 6, 2017

TODO

  • read mysql table definition
  • add config to .graphqlrc
  • modify type to work with mysql
  • modify loader to work with mysql
  • modify mutation to work with mysql
  • modify connection to work with mysql

I think we should have a generic approach to support any database, maybe a plugin style design

templates generators should receive an array of fields with all information needed

@sibelius
Copy link
Collaborator

sibelius commented Feb 9, 2017

This could help https://github.com/rexxars/sql-to-graphql?

@lucasbento
Copy link
Collaborator

@sibelius: yeah.

We should start working on #59 asap.

@sibelius
Copy link
Collaborator

sibelius commented Jun 7, 2017

this could help us: https://github.com/gajus/database-types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants