thiagodp / codeceptjs-dbhelper

📜 Let your CodeceptJS tests talk to databases
MIT License
9 stars 1 forks source link

{Question} does it Support Oracle Client #4

Closed MaxTester1 closed 4 years ago

MaxTester1 commented 4 years ago

Hi

Does this library support Oracle client?

Thnaks

thiagodp commented 4 years ago

Hi @MaxTester1,

database-js does not support Oracle yet. However, adding a new driver to support it is not that hard, whether you already know how to handle the target database using JS.