SQLite
Problem
You need to interface with a SQLite database from inside of Node.js.
Solution
Use the SQLite module.
Discussion
You can also prepare your SQL queries beforehand:
The SQLite version of SQL and the node-sqlite module documentation provide more complete information.