Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 375 Bytes

node-duckdb.connection.isclosed.md

File metadata and controls

13 lines (8 loc) · 375 Bytes

Node-DuckDB API > Connection > isClosed

Connection.isClosed property

If the connection is closed returns true, otherwise false.

Signature:

get isClosed(): boolean;