Expand description
A wrapper around sqlx, configured for use in Holochain.
This crate provides a configured SQLite connection pool for use in Holochain.
Modules§
- conductor
- Conductor database operations.
- dht
- DHT database operations.
- example
- Examples demonstrating compile-time checked sqlx query patterns.
- kind
- Database kind types for identifying different database instances.
- models
- Database models for Holochain data structures.
- peer_
meta_ store - Operations for the peer metadata store database.
- wasm
- Operations for the Wasm database.
Structs§
- DbKey
- Secure database access.
- DbRead
- A read-only database handle.
- DbWrite
- A read-write database handle.
- Holochain
Data Config - Configuration options for Holochain database connections.
- Holochain
DbConn - TxRead
- A read-only database transaction handle.
- TxWrite
- A read-write database transaction handle.
Enums§
- DbSync
Level - SQLite synchronous level configuration.
Traits§
- Database
Identifier - Identifies a specific database file and the schema it expects.
Functions§
- open_db
- Open a database connection at the given directory path.