bun.db
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

bun.db

A wrapper of quick.db for Bun.

Discord server 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"

Readme

Keywords

none

Package Sidebar

Install

npm i bun.db

Weekly Downloads

8

Version

1.1.0

License

GPL-3.0-only

Unpacked Size

42.3 kB

Total Files

6

Last publish

Collaborators

  • s0n1c