Local storage backed by DuckDB.
Usage
DuckDBStore()
Inherits from BaseStore. Use query() to search the store after loading data.
name: str
The name of the store.
path: str = ":memory:"
Path to the DuckDB database file.