zanixon.db

2.1.7 • Public • Published

ZanixonDB

A simple JSON database with ease use, You can use this database for your small games based on nodejs or you can use this database for other usage.

The write and read speed is depending on the device you use, this module using fs to write and read data on JSON.

GitHub last commit (branch) GitHub package.json version (subfolder of monorepo) GitHub repo size Static Badge

Module Installation

Install the module using npm command on your terminal.

On your terminal

npm i zanixon.db

Then import and setup the module

const zn = require("zanixon.db");

zn.storageInit({
   "dir":"./data/main"
})
zn.storage();

Now you can use this module to save and get your data from local database, this module must have write and read permission in device that running the module.

Check documentation here.

Package Sidebar

Install

npm i zanixon.db

Weekly Downloads

6

Version

2.1.7

License

ISC

Unpacked Size

31.1 kB

Total Files

4

Last publish

Collaborators

  • ztrdiamond