You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/pkgs/@duckdb/node-api/README.md
+37-17Lines changed: 37 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
An API for using [DuckDB](https://duckdb.org/) in [Node](https://nodejs.org/).
4
4
5
-
This is a high-level API meant for applications. It depends on low-level bindings that adhere closely to [DuckDB's C API](https://duckdb.org/docs/api/c/overview), available separately as [@duckdb/duckdb-bindings](https://www.npmjs.com/package/@duckdb/node-bindings).
5
+
This is a high-level API meant for applications.
6
+
It depends on low-level bindings that adhere closely to [DuckDB's C API](https://duckdb.org/docs/api/c/overview),
7
+
available separately as [@duckdb/duckdb-bindings](https://www.npmjs.com/package/@duckdb/node-bindings).
6
8
7
9
## Features
8
10
@@ -17,7 +19,7 @@ This is a high-level API meant for applications. It depends on low-level binding
17
19
18
20
Some features are not yet complete:
19
21
- Appending and binding advanced data types. (Additional DuckDB C API support needed.)
20
-
- Writing to data chunk vectors. (Directly writing to binary buffers is challenging to support using the Node Addon API.)
22
+
- Writing to data chunk vectors. (Needs special handling in Node.)
21
23
- User-defined types & functions. (Support for this was added to the DuckDB C API in v1.1.0.)
0 commit comments