orlandov / node-sqlite

Asynchronous, non-blocking SQLite3 bindings for Node.js
262 stars 29 forks source link

Feature Request: Callbacks optional #29

Open mikevalstar opened 13 years ago

mikevalstar commented 13 years ago

For the various types of queries callbacks are required, I would like the ability to call a query without requiring a callback.