AGENTS.md@public/files/anarlog/crates/db-execute · git:20260915.997c05b · 2026-09-15 · sha256 e813c94fc8cc1e69

AGENTS.md@public/files/anarlog/crates/db-execute git:20260915.997c05bA

Immutable. This exact content is served forever at /api/v1/blob/e813c94fc8cc1e69.

# `db-execute`

## Role

Reusable one-shot SQL execution over `db-core::Db`. Transport-agnostic and non-reactive.

## Owns

- `DbExecutor`, `ProxyQueryMethod`, `ProxyQueryResult`.
- SQL param binding from JSON values.
- Named-row and positional-row serialization.

## Does Not Own

- Subscription state, invalidation, dependency analysis.
- Tauri/mobile transport adapters.