Skip to content

warsam-e/bun.db

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

License

Stars

Watchers

Forks

Contributors 2

  •  
  •