sqlite
SQLite
Part of MOOLLM · skills/sqlite/
SQLite is an embedded SQL engine: library + file (or :memory:). No separate server process. MOOLLM uses the sqlite mechanism in schemapedia for the engine; the sql mechanism names the SQL language family shared with Postgres and others.
This skill is the wrapper around the SQLite ecosystem: the sqlite3 CLI, C API and language bindings, JSON1, WAL, migration runners, and file format documentation—not a fork of SQLite. For read-only web exploration and JSON API over .db files, use the datasette skill and schemapedia datasette mechanism (including the cursor-mirror export path).
When to use
- Local persistence for tools, agents, tests, and single-user apps.
- Cursor session stores (see cursor-mirror) — SQLite under the hood.
- Prototyping a schema before committing to PostgreSQL for multi-user production.
Use postgres when you need server-side roles, connection pooling, Timescale, pgvector, or HA patterns.
CLI: sqlite3
More from simhacker/moollm
self-repair
Missing state triggers repair, not failure.
41probability
Motto: The LLM is the dice. It narrates the outcome.
32memory-palace
Spatial organization of knowledge in navigable directories
29persona
Identity layers for characters — WHO they are vs WHAT they do
26dog
Canine interactions, loyalty mechanics, and pack dynamics
22storytelling-tools
Build narrative capture and sharing into the system.
20