sqlite
| Version | 2026.144.1443 |
| Repo | superproject |
Provides the sqlite3 command-line shell for creating and querying self-contained SQLite databases. The sqlite candy installs the sqlite package, which ships the sqlite3 CLI at /usr/bin/sqlite3. The binary runs SQL against an in-memory or on-disk SQLite database, so its behaviour is verifiable by executing a real query and asserting the returned row.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
check |
the sqlite3 binary is installed at /usr/bin/sqlite3 |
check |
the sqlite package is present in the image |
check |
sqlite3 reports a 3.x version string |
check |
sqlite3 runs SQL against an in-memory database and returns the stored row |