Node.js Built-in SQLite: A Practical Guide — No npm Install Required
Node.js 22.5.0 ships node:sqlite, a built-in SQLite module needing zero npm installs. DatabaseSync, transactions, and custom functions, tested hands-on.
Tags
2 posts
Node.js 22.5.0 ships node:sqlite, a built-in SQLite module needing zero npm installs. DatabaseSync, transactions, and custom functions, tested hands-on.
Deno 2.8.2 and Bun 1.3.14 benchmarked head to head: startup time, HTTP throughput, npm compatibility, and security model, plus which one I actually use.