graphql-mesh icon indicating copy to clipboard operation
graphql-mesh copied to clipboard

Oracle Handler

Open S-Stephen opened this issue 3 years ago • 3 comments

Is your feature request related to a problem? Please describe.

Graphql-mesh looks like a great solution. We have many services which run on various databases, one of which is Oracle. Providing an Oracle handler would mean that Graphql-mesh could query across all our datasources.

Describe the solution you'd like

I would like to an Oracle handler

Describe alternatives you've considered

We have the join-monster package working on the reference implementation. The configuration is database agnositc and therefore allows use ability to move our database in the future

S-Stephen avatar Mar 26 '21 11:03 S-Stephen

That sounds really cool feature for GraphQL Mesh! We'd love to help and accept any contribution if someone decides to create a draft PR!

ardatan avatar Mar 31 '21 13:03 ardatan

@ardatan Is there a how-to on how to develop fixes for graphql mesh? is there a example config or a script to spin up some env ?

hinogi avatar Dec 22 '21 13:12 hinogi

Also, maybe someone that has experience with writing handlers can translate this into a handler? https://github.com/typeorm/typeorm/blob/cefddd95c550191d6a18cb53c8ea4995d0c219ca/src/driver/oracle/OracleDriver.ts

hinogi avatar Dec 22 '21 14:12 hinogi