Expand description
Database export and import in human-readable JSON format.
Export scans all LanceDB datasets, deserialises the Arrow batches back into typed Rust records, and writes the result as pretty-printed JSON. Import parses the same format and appends the records into LanceDB datasets.
Structs§
- Export
Data - The on-disk JSON envelope.
- Export
Report - Summary returned after an export operation.
- Import
Report - Summary returned after an import operation.