Skip to main content

Module api

Module api 

Source
Expand description

Public API entry points: database handle, query execution, and result types.

Structs§

CypherLite
The main CypherLite database interface.
QueryResult
Result of executing a Cypher query.
Row
A single row in a query result.
Transaction
A transaction wrapping CypherLite execute calls.

Traits§

FromValue
Trait for converting Value to concrete Rust types.