Expand description
Dactyl — the governed datastore boundary for Decapod.
Interchangeably read and write to local SQLite or cloud-hosted Vercel Neon instances behind a single unified facade.
Re-exports§
pub use crate::error::DactylError;
Modules§
- adapter
- Adapter trait — internal to dactyl.
- error
- Public error type for dactyl.
- query
- Query analysis pipeline.
Macros§
- query
dactyl::query!("literal")— returns the rewritten SQL as aString.
Structs§
- Row
- One result row. Carries the column names (shared across the result) plus the per-cell JSON values.
- Rows
- A collection of result rows.
- Statement
- A parameterized SQL statement for batch execution.
Enums§
- Parameter
- A unified database parameter value.