joeferner / node-oracle

node.js driver to connect with an oracle database.
MIT License
270 stars 99 forks source link

Does this work with PL/SQL? #196

Open trusktr opened 10 years ago

trusktr commented 10 years ago

I'm brand new to Oracle DB stuff, and just curious if this is compatible with PL/SQL (I'm guessing it is).

michaelwitz commented 10 years ago

Yes you can call stored procedures - if that is what you are asking.