FileStateStore.open()
Opens (creating if needed) the store at path.
Usage
FileStateStore.open(
path,
*,
extra_schema="",
)Parameters
path: Path-
The database file path; its parent is created if absent.
extra_schema: str = ""-
Additional DDL to execute after the file schema, e.g. consumer tables that reference
files(path).
Returns
Self- The opened store.