pub fn open(path: &Path) -> Result<Store, CoreError>Expand description
Open (and migrate) a file-backed store.
Creates the parent directory if missing, runs migrate, and returns
a Store ready for CRUD. Idempotent — safe to call repeatedly on
the same path.