catalogue: add io.pilot.sqlite 3.45.2 (native SQLite CLI)#354
Merged
Conversation
Native SQLite 3.45.2 CLI app (zero-server, single-file transactional OLTP SQL) — the durable on-disk complement to io.pilot.duckdb. Signed catalogue entry + per-app metadata; four platform adapter bundles (darwin+linux, arm64+amd64) on the Pilot R2 registry, each sha-pinned. Publisher: ed25519:ebjc66COLR1OBuDZn9gCuePChW8Qxxcxm7RDYAgSLv8=
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
io.pilot.sqlite3.45.2 to the app-store catalogueCompanion to app-template PR pilot-protocol/app-template#61. Adds the native SQLite 3.45.2 CLI app — a zero-server, single-file, transactional (OLTP) SQL engine fronted as typed methods. The durable, on-disk complement to
io.pilot.duckdb(in-memory OLAP).Entry
catalogue.jsonentry +catalogue/apps/io.pilot.sqlite/metadata.json(sha-pinned).bundles/io.pilot.sqlite/3.45.2/…), darwin+linux × arm64+amd64, eachbundle_sha256-pinned;linux/amd64is the primarybundle_url.sqlite3binaries are staged at install from the R2 dev artifact registry, sha-pinned in the signed manifest.ed25519:ebjc66COLR1OBuDZn9gCuePChW8Qxxcxm7RDYAgSLv8=catalogue.json.sigre-signed with the production catalogue key; verifies against thecatalogtrustanchor.Methods:
sqlite.query(JSON rows),sqlite.script,sqlite.schema,sqlite.tables,sqlite.exec(verbatim argv + stdin passthrough),sqlite.cli_help,sqlite.version, + autosqlite.help.Verified:
pilot-app verifyon all four bundles; macOS socket-mode and a Linux (aarch64) microVM exercise every method against the real R2-staged binaries.