0.9.2 • Published 2 months ago

@glaredb/glaredb v0.9.2

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
2 months ago

Node.js bindings for GlareDB

Check out the GlareDB repo to learn more.

Use GlareDB directly in Node, Bun, or Deno to query and analyze a variety of data sources, including Polars dataframes

> import glaredb from '@glaredb/glaredb'
> const conn = await glaredb.connect()
> const res = await conn.sql(`SELECT 'hello from js' as hello`)
> await res.show()

┌───────────────┐
│ hello         │
│ ──            │
│ Utf8          │
╞═══════════════╡
│ hello from js │
└───────────────┘
0.9.2

2 months ago

0.9.1

2 months ago

0.9.0

2 months ago

0.8.5

3 months ago

0.8.4

3 months ago

0.8.3

3 months ago

0.8.2

3 months ago

0.8.1

4 months ago

0.8.0

4 months ago

0.7.0

6 months ago

0.0.1

6 months ago

0.0.1-rc3

6 months ago

0.0.1-rc2

6 months ago

0.0.1-rc

6 months ago