Expand description
db — direct database access at the CLI level.
Leaves:
query— execute arbitrary single-statement read-only SQL with a required timeout and an optional per-response token budget.config— the connection settings.
The postgres vehicle itself has no spawn/kill commands: the daemon
starts it as a leashed resident child on first need and it dies
with the daemon (daemon kill).
Modules§
- config
- query
db query— execute arbitrary single-statement read-only SQL against the CLI’s local postgres pool. Returns the row set as typed JSON cells (Postgres → JSON via a per-cell decoder), with column metadata and the wire-protocol command tag.
Enums§
- Command
- Listener
Execution /listenmirror ofRequest: one variant per child, wrapping itsListenerExecution. Seecrate::cli::broadcast_listener.- Request
- Response
Item