Expand description
§helix-db Rust SDK
Crate root. The query-builder DSL lives in dsl and the query bundle /
code-generation support lives in query_generator.
Most application code only needs the curated builder API:
use helix_db::dsl::prelude::*;Re-exports§
Modules§
- dsl
- HelixDB Query Guide
- query_
generator
Structs§
- Client
- Async HTTP client for running queries against a Helix instance.
- Query
Builder - Query
Request
Enums§
Type Aliases§
- HelixDB
Client - Backwards-compatible alias for
Client.