sqlite
Installation
SKILL.md
SQLite
Embedded SQL database for Node.js with zero configuration and serverless architecture.
Quick Start
# Install better-sqlite3 (recommended)
npm install better-sqlite3
npm install -D @types/better-sqlite3
# Or use native Node.js SQLite (experimental, Node 22.5+)
# No installation needed, but requires --experimental-sqlite flag