rexxars / sql-to-graphql

Generate a GraphQL API based on your SQL database structure
MIT License
591 stars 73 forks source link

support to oracle #45

Open sibelius opened 7 years ago

sibelius commented 7 years ago

oracle pagination is a little bit different

this is an example: https://github.com/oracle/node-oracledb/blob/master/examples/rowlimit.js#L64

rexxars commented 7 years ago

Happy to accept a pull request for this. I don't have access to any Oracle database to test it.