Skip to content

Repository files navigation

bun.db

A wrapper of quick.db for Bun.

npm version npm downloads

Installation

% bun i bun.db

Usage

const db = new BunDB("test.sqlite");

await db.set("hello", "world");
let hello = await db.get<string>("hello"); // "world"

About

A wrapper of quick.db for Bun.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages