db1
TypeScript icon, indicating that this package has built-in type declarations

0.0.23 • Public • Published

db1-js

Get Started

Install db1:

npm install db1

Start setting and getting items:

import { db1 } from "db1";

async function main() {
  await db1.setItem("topic", "hello world");
  const item = await db1.getItem("topic");
  console.log(item);
}

main();

Readme

Keywords

none

Package Sidebar

Install

npm i db1

Weekly Downloads

1

Version

0.0.23

License

ISC

Unpacked Size

317 kB

Total Files

25

Last publish

Collaborators

  • nils-ingelhag