## DuckDBStore


Local storage backed by DuckDB.


Usage


``` python
DuckDBStore(
    name,
    path=":memory:",
)
```


Inherits from [BaseStore](BaseStore.md#gdtest_interlinks_prose.BaseStore). Use [query()](query.md#gdtest_interlinks_prose.query) to search the store after loading data.


## Parameters


`name: str`  
The name of the store.

`path: str = ``":memory:"`  
Path to the DuckDB database file.
