sqlite
Installation
SKILL.md
sqlite
Paths below are relative to this skill's directory.
Scope
Embedded SQLite's SQL semantics and database-file lifecycle: application-owned connections, concurrency, durable state, constraints, migrations and query plans. Keep the project's binding and migration runner; express the engine contract without introducing another wrapper or requiring a particular host language.
Not covered: