@axiosleo/localdb
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

node-local-db

NPM version npm download License

Data storage driver using Node.js and JSON files.

Install

npm i @axiosleo/localdb

Usage

const { LocalDB } = require("@axiosleo/localdb");

const db = new LocalDB("<some-db-dir>");

License

This project is open-sourced software licensed under the MIT.

Readme

Keywords

Package Sidebar

Install

npm i @axiosleo/localdb

Weekly Downloads

17

Version

1.0.2

License

MIT

Unpacked Size

10.9 kB

Total Files

9

Last publish

Collaborators

  • axiosleo