0.1.0 • Published 2 years ago

@xevaltan/freejson v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

FREEJSON - NEW NODEJS JSON FILESYSTEM

Install

npm i --save @xevaltan/freejson

Import

const freejson = require("@xevaltan/freejson");

Start

const freejson = require("@xevaltan/freejson");
const myDb = freejson(`${__dirname}/myDatabase.json`);

// add a key with the value.

myDb()["userID"] = {
  coins: 563,
  xp: 561,
  lvl: 3,
  linkedMCaccount: "Qwerty123",
};

// YOU DON'T HAVE TO SAVE MANUALLY, IT SAVES AUTOMATICALLY, YESSS!!.

// Get key
console.log(mydb().key1.key2);

Why should I use this plugin?

You should use this plugin if you need a fast json file manager

Creator:

  • Xevaltan
0.1.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago