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

better-sqlite3

Connection

Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026
sqlite — mgd34msu/goodvibes-gemini