Skip to content

overview

ronburk edited this page Jun 29, 2018 · 1 revision

sqlite3 is a small, reliable, portable, widely-used SQL implementation written in C. Inevitably, there are multiple packages offering to provide access to sqlite3 from Node. Node attracts great developer enthusiasm, not always accompanied by an equivalent degree of experience and judgment.

Node is a single-threaded Javascript engine with an event loop driven by I/O (file/socket/etc.) events.

Clone this wiki locally