PhilWaldmann / openrecord

Make ORMs great again!
https://openrecord.js.org
MIT License
486 stars 38 forks source link

Oracle support #53

Closed westlakem closed 6 years ago

westlakem commented 7 years ago

Oracle support would allow me to use this

PhilWaldmann commented 7 years ago

The underlying module for all sql related stuff (knex) support oracle - so it should be easy to implement. The only thing that's a little bit tricky is testing on travis-ci. I've put it on the feature list for v2

PhilWaldmann commented 7 years ago

Hi @westlakem I've implemented basic Oracle support. I don't have any in-depth experiences with Oracle, so it would be awesome if you could help me out and take a look at it.