olivierphi / Node-DBI

A SQL database abstraction layer strongly inspired by the PHP Zend Framework Zend_Db API, with support of multiple Node.js database engines
https://github.com/DrBenton/Node-DBI
93 stars 22 forks source link

Prepared Statements #27

Open Pezmc opened 10 years ago

Pezmc commented 10 years ago

Is it possible to add support for prepared statements? I know at least sqlite3 supports them. I'm trying to migrate a sqlite3 app to node-dbi so the database can be easily changed at a later date.

olivierphi commented 10 years ago

Hi!

Yes indeed, it would be a good thing to have prepared statements! Unfortunately, I don't have enough time these days to add such a feature to Node-DBI :-/ But if you want to add it, don't hesitate to send me a PR!