Structs§
- Ingest
Result - Ingest
Table Result - Load
Result - Result of a load operation.
Enums§
- Load
Mode - Load mode for data ingestion.
Functions§
- load_
jsonl - Convenience: load JSONL data onto the database handle’s active branch
(
mainwhen unbound). Equivalent todb.load(active_branch, data, mode); useOmnigraph::load/load_asdirectly when targeting an explicit branch or when fork-from-base semantics are needed. - load_
jsonl_ file - Convenience: like
load_jsonlbut reading from a file path.