<!-- 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; [getBindingsVersion](./node-duckdb.duckdb.getbindingsversion.md)

## DuckDB.getBindingsVersion() method

Returns the current version of the node-duckdb package (from package.json)

<b>Signature:</b>

```typescript
static getBindingsVersion(): Promise<string>;
```

<b>Returns:</b>

Promise&lt;string&gt;

## Remarks

Useful for logging/debugging
