Skip to content
Stefan R. Steiner edited this page Jun 7, 2026 · 4 revisions

Welcome to the hyper-api-rust wiki!

Pages

  • Row Mapping — Five ways to map query rows to Rust types, from fully manual to fully automatic (including streaming stream_as)
  • Compile Time SQL Validation — opt-in build-time SQL checking via query_as! / query_scalar! and #[derive(Table)] (new in v0.4.0)
  • Shared Daemon — how hyperdb-mcp clients share one hyperd process: identity-checked discovery, port scanning, resident-by-default, and newer-version takeover

Clone this wiki locally