You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: