0.10.2 • Published 16 days ago

duckdb-lambda-x86 v0.10.2

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

duckdb-lambda-x86

This npm package contain the current DuckDB version specifically built to be able to run on Amazon Linux 2-based environments, such as AWS Lambda functions (only with x86 architecture). The original duckdb npm package unfortunately doesn't work on AL2 due to the OSes outdated package versions, and the packaging.

Installation

You can install it for your project by running

npm i --save duckdb-lambda-x86

Usage

As this package is a repackaged version of the duckdb npm package, the same Node.js API can be used. Have a look at the docs to learn more.

const duckdb = require('duckdb-lambda-x86');

const db = new duckdb.Database(':memory:'); // or a file name for a persistent DB

Lambda layer

You can alternatively use the free and public Lambda layer tobilg/duckdb-nodejs-layer.

0.10.2

16 days ago

0.10.1

1 month ago

0.10.0

3 months ago

0.9.2

6 months ago

0.9.1

6 months ago

0.9.0

8 months ago

0.8.1

8 months ago

0.8.0

12 months ago