sunfuze / egg-knex

knex plugin for egg
MIT License
57 stars 15 forks source link

Does oracle work? #12

Closed cemremengu closed 6 years ago

cemremengu commented 6 years ago

I am getting error during initialization phase Error: SHOW TABLES - ORA-00900: invalid SQL statement

I did #11 to get it working with the oracledb driver but seems like did not work. Is there another way to connect oracle ?

cemremengu commented 6 years ago

I am using regular knex by the way and it does not have any problems

cemremengu commented 6 years ago

Alright there were a few more fixes needed. I was able to start it up now! So far so good..

cemremengu commented 6 years ago

11