Closed devleaks closed 7 years ago
It's not very difficult. Just take a look at the postgres implementation: https://github.com/PhilWaldmann/openrecord/tree/master/lib/stores/postgres
OK, thanks. I indeed copy/pasted from mysql, and adjusted a few things and it worked. Thanks. P.
Do you mind creating a PR with your changes?!
Well, I just copied lib/stores/mysql to lib/stores/oracle, adjusted the connection parameters, and adjusted a few simplified types, which were not necessary to me (select queries only). Unfortunately I chose to not continue with openrecords and npm uninstalled it. So that was deleted. P.
Allright ;)
Would it be difficult to add/include Oracle's RDBMS support through node-oracledb? Apparently, Oracle is already supported in Knex. Thank you.