Socket
Socket
Sign inDemoInstall

zanixon.db

Package Overview
Dependencies
7
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    zanixon.db

A simple JSON database for javacsript node.js


Version published
Weekly downloads
12
increased by71.43%
Maintainers
1
Install size
453 kB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 11 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc