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

1.0.1 • Public • Published

bun.db

Discord server npm version npm downloads

A wrapper of quick.db for bun.

Installation

% bun add 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

2

Version

1.0.1

License

MIT

Unpacked Size

2.66 kB

Total Files

4

Last publish

Collaborators

  • s0n1c