0.15.2 • Published 1 year ago

@vlcn.io/crsqlite-allinone v0.15.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@vlcn.io/crsqlite-allinone

A package for node & deno that provides a sqlite3 library in addition to the crsqlite extension. It also exposes the same interface to node/deno that is exposed to the browser via the @vlcn.io/crsqlite-wasm package, allowing you to share abstractions between the client and server.

If you are already using a sqlite3 package (e.g., better-sqlite3) you can use @vlcn.io/crsqlite and load it as shared a module via .loadModule.

Example:

import SQLiteDB from "better-sqlite3";
import { extensionPath } from "@vlcn.io/crsqlite";

const db = new SQLiteDB(dbPath);
db.loadExtension(extensionPath);
0.15.2

1 year ago

0.15.0

2 years ago

0.15.1

2 years ago

0.14.0-next.0

2 years ago

0.14.2-next.0

2 years ago

0.15.0-next.2

2 years ago

0.13.0

2 years ago

0.14.0-next.1

2 years ago

0.14.0-next.2

2 years ago

0.14.0-next.3

2 years ago

0.14.0-next.4

2 years ago

0.14.0

2 years ago

0.14.1

2 years ago

0.14.2

2 years ago

0.13.0-next.0

2 years ago

0.15.0-next.1

2 years ago

0.15.0-next.0

2 years ago

0.9.2-next.0

2 years ago

0.11.0

2 years ago

0.11.0-next.0

2 years ago

0.9.1

2 years ago

0.12.0-next.0

2 years ago

0.12.0

2 years ago

0.10.0

2 years ago

0.9.0-next.0

2 years ago

0.9.0-next.1

2 years ago

0.7.0-next.1

2 years ago

0.7.0-next.2

2 years ago

0.7.0-next.0

2 years ago

0.8.2-next.0

2 years ago

0.8.1-next.0

2 years ago

0.8.0-next.0

2 years ago

0.8.1-next.1

2 years ago

0.9.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.7.0

2 years ago

0.6.1-next.0

2 years ago

0.6.2-next.3

2 years ago

0.6.2-next.2

2 years ago

0.6.2-next.1

2 years ago

0.6.2

2 years ago

0.6.2-next.0

2 years ago

0.6.1

2 years ago

0.6.0

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago