🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

quadra.db

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quadra.db

An database module with basic usage

latest
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

İmportant

Lastest version quadra.db@0.0.5 Discord: Yiit#3276

Discord Server:

Discord

Usage

const db = require('quadra.db')

db.set("string", "string")
/*/
{
  "deneme": "true"
}
/*/

db.push("guildİnfo", { count: 500 ,  captcha: "on" })
/*/
"guildİnfo": [
    {
      "count": 500,
      "captcha": "on"
    }
  ]
/*/


db.add("string", 1)
/*/
{
  "para": 31
} 
=> 
{
  "para": 32
} 
/*/



db.has("prefix") 
/*/
true
false
/*/

db.get("string")

/*/
500
/*/

db.substr("string", 1)
/*/
100 => 99
/*/
db.clean()
/*/
its clean the all of db
/*/

Do you need help? Discord Server

To install

  • npm i quadra.db

Keywords

database

FAQs

Package last updated on 29 May 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