Socket
Book a DemoInstallSign in
Socket

falls.js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

falls.js

Falls.js

1.5.0
unpublished
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Falls.js v1

discordBadge downloadsBadge

Falls.js is a module that help you coding JavaScript

Features

  • Database

Installation

npm install falls.js

Usage

Launch of the module

const fallsJs = require("falls.js");

const fallsJsManager = new fallsJs.Manager({
    Database: { // defaults
        language: "en",
        dbName: "database",
        dbFolder: "Database",
        noBlankData: false,
        readable: false
    }
})

Features of Database

// set value
db.set("Hello", "World") //{ "Hello", "World" }
 
// fetch value
db.get("Hello") // "World" 
db.fetch("x") // "World" 

// fetch all
db.all() // { "Hello", "World" }
 
// Push value
db.push("a", "hello") //  ["hello"]
db.push("a", "world") //  ["hello", "world"]

// Unpush value
db.unpush("a", "hello") // ["world"]
 
// Check value if it exists
db.has("Hello") // true

// Delete Value
db.delete("Hello") // true

//Delete All
db.deleteAll() // true

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.

discordBadge

Keywords

database

FAQs

Package last updated on 15 Jan 2022

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.