Expand description
A Turso storage adapter for RDF.rs, a Rust framework for RDF knowledge graphs.
§Examples
use rdf_store_turso::{TursoStore, TursoTransaction};Structs§
- Store
Options - Turso
Store - A quad store backed by a Turso database.
- Turso
Transaction - A transaction for reading and writing statements in Turso.
Enums§
- Turso
Error - An error when interacting with a Turso store.
Traits§
- Read
Transaction - A read-only (R/O) transaction on a [
Store]. - Store
- A store of statements that supports R/O and R/W transactions.
- Write
Transaction - A read-write (R/W) transaction on a [
Store].