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

[Node-DuckDB API](./node-duckdb.md) &gt; [DuckDB](./node-duckdb.duckdb.md) &gt; [isClosed](./node-duckdb.duckdb.isclosed.md)

## DuckDB.isClosed property

Returns true if the underlying database has been closed, false otherwise.

<b>Signature:</b>

```typescript
get isClosed(): boolean;
```
