chiffondb library

Classes

ChiffonDb
Initializes ChiffonDB by loading the native library built by the package hook and registered via native_assets.
Connection
ConnectionImpl
DynamicInsertResult
Result of a dynamic-label node insert: the new node's RecordId plus a JSON object string mapping each label name to {"id":<u16>,"created":<bool>}.
EdgeType<F, T>
Marks a class as an edge type in the ChiffonDB graph schema.
Id
Marks a field as the record ID of a node or edge.
NodeType
Marks a class as a node type in the ChiffonDB graph schema.
RecordId
RustLib
Main entrypoint of the Rust API
RustLibApi
RustLibApiImpl