<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Node-DuckDB API](./node-duckdb.md) &gt; [IDuckDBConfig](./node-duckdb.iduckdbconfig.md) &gt; [path](./node-duckdb.iduckdbconfig.path.md)

## IDuckDBConfig.path property

Path to the database file. If undefined, in-memory database is created

<b>Signature:</b>

```typescript
path?: string;
```
