Embedded Database banner
tachyon-beep tachyon-beep

Embedded Database

Data community

Description

--- description: SQLite and DuckDB as application-embedded databases at production scale - PRAGMA discipline, schema migrations under SQLite's ALTER constraints, WAL tuning, transactions and isolation (DEFERRED/IMMEDIATE/EXCLUSIVE), single-writer concurrency, optimistic locking and claim leases, parameterized-SQL enforcement, JSON1, FTS5, DuckDB for OLAP, SQLCipher, online backup and corruption recovery, and the boundary at which an in-process database stops earning its cost --- # Embedded Data

Installation

Installs to ~/.claude/commands/tachyon-beep-skillpacks-embedded-database.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/tachyon-beep/skillpacks/HEAD/.claude/commands/embedded-database.md -o ~/.claude/commands/tachyon-beep-skillpacks-embedded-database.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository