0.6.1 • Published 3 days ago

kysely-wasm v0.6.1

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

kysely-wasm

kysely dialect for various SQLite wasm

no wasm denpendencies, your need to install yourself

Install

pnpm add -D kysely kysely-wasm

Introduce

there are 6 dialects

Differences

SqlJsDialect: easy to use

you can get total buffer on every sql execution except select and no backend storage

  • no support for bigint

OfficialWasmDialect: performance

you can choose to use OPFS as backend storage(for some vfs, your server must response COOP and COEP in header, see doc), which is recommended officially (see this and this) and only work in WebWorker.

WaSqliteDialect: polyfill

deprecated, you can choose to use worker dialect

NodeWasmDialect: no compile

you can choose to use native file system as backend storage, which is no need to recompile for different platform

CrsqliteDialect: CRDT

you can choose to use IndexedDB as backend storage

Type

see in jsdoc

Usage and more details

see test and playground

0.6.1

3 days ago

0.6.0

2 months ago

0.5.7

3 months ago

0.5.6

4 months ago

0.5.4

5 months ago

0.5.3

6 months ago

0.5.2

6 months ago

0.5.1

6 months ago

0.5.0

6 months ago

0.4.5

7 months ago

0.4.4

7 months ago

0.4.7

6 months ago

0.4.6

6 months ago

0.4.0

8 months ago

0.4.3

8 months ago

0.4.2

8 months ago

0.3.0

11 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.3.6

10 months ago

0.3.5

10 months ago

0.3.8

10 months ago

0.3.7

10 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.2.2

12 months ago

0.3.4

11 months ago

0.1.6

12 months ago

0.3.3

11 months ago

0.1.5

1 year ago

0.1.4-patch1

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.2-beta.0

1 year ago

0.1.0

1 year ago