@duckdb/node-bindings
Advanced tools
Comparing version 1.1.2-alpha.1 to 1.1.2-alpha.2
{ | ||
"name": "@duckdb/node-bindings", | ||
"version": "1.1.2-alpha.1", | ||
"version": "1.1.2-alpha.2", | ||
"main": "./duckdb.js", | ||
"types": "./duckdb.d.ts", | ||
"optionalDependencies": { | ||
"@duckdb/node-bindings-darwin-arm64": "1.1.2-alpha.1", | ||
"@duckdb/node-bindings-linux-x64": "1.1.2-alpha.1", | ||
"@duckdb/node-bindings-win32-x64": "1.1.2-alpha.1" | ||
"@duckdb/node-bindings-darwin-arm64": "1.1.2-alpha.2", | ||
"@duckdb/node-bindings-win32-x64": "1.1.2-alpha.2", | ||
"@duckdb/node-bindings-linux-x64": "1.1.2-alpha.2" | ||
}, | ||
@@ -11,0 +11,0 @@ "repository": { |
# DuckDB Node Bindings | ||
Node bindings to the DuckDB C API. | ||
[Node](https://nodejs.org/) bindings to the [DuckDB C API](https://duckdb.org/docs/api/c/overview). | ||
[Documentation](https://github.com/duckdb/duckdb-node-neo) | ||
See [@duckdb/node-api](https://www.npmjs.com/package/@duckdb/node-api) for a high-level API built on these low-level bindings. | ||
### Supported Platforms | ||
- Linux x64 | ||
- Mac OS X (Darwin) arm64 (Apple Silicon) | ||
- Windows (Win32) x64 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58038
12