Skip to content

itss0n1c/bun.db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A wrapper of quick.db for bun.

Resources

Stars

Watchers

Forks