Skip to main content

Module loader

Module loader 

Source

Structs§

IngestResult
IngestTableResult
LoadResult
Result of a load operation.

Enums§

LoadMode
Load mode for data ingestion.

Functions§

load_jsonl
Convenience: load JSONL data onto the database handle’s active branch (main when unbound). Equivalent to db.load(active_branch, data, mode); use Omnigraph::load/load_as directly when targeting an explicit branch or when fork-from-base semantics are needed.
load_jsonl_file
Convenience: like load_jsonl but reading from a file path.