Falls.js v1

Falls.js is a module that help you coding JavaScript
Features
Installation
npm install falls.js
Usage
Launch of the module
const fallsJs = require("falls.js");
const fallsJsManager = new fallsJs.Manager({
Database: {
language: "en",
dbName: "database",
dbFolder: "Database",
noBlankData: false,
readable: false
}
})
Features of Database
db.set("Hello", "World")
db.get("Hello")
db.fetch("x")
db.all()
db.push("a", "hello")
db.push("a", "world")
db.unpush("a", "hello")
db.has("Hello")
db.delete("Hello")
db.deleteAll()
Thats all features of falls.js it will be improved more and more soon!
Any problem or any bug can be reported in our Discord server.
