idx import for filesystem
Import idx state from disk.
Signature
> idx import {flags} (filepath)
Parameters
filepath: Path to a stored idx snapshot.
Input/output types:
| input | output |
|---|---|
| nothing | record |
Examples
Restore an idx index from a snapshot on disk
> idx import ~/my-index.dbNotes
Reads a SQLite snapshot created by idx export and hydrates the runtime from stored rows. Watch mode is not restored from the snapshot.