Skip to content

Enes0Bey/firedb.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

firedb.js

install

npm install firedb.js

example

const db = require("firedb.js");

db.add("fire.add",+1)
db.subtract("fire.add",-1)
db.set("fire.okey", 22);
db.push("fire.array", 32);
db.get("fire"); // {"okey": 22, "array": [32]}

news

bugs fixed

note veriler.json file you must create

new is the subtract and add function

About

Fire Db

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published