Open Pezmc opened 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!
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.