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

arturo.db

Package Overview
Dependencies
Maintainers
1
Versions
2
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

arturo.db

An database module with basic usage

unpublished
latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

İmportant

Lastest version arturo.db@0.0.2 Discord: Yiit#3276

Discord Server:

Discord

Usage

const db = require('arturo.db')

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


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 arturo.db

Keywords

database

FAQs

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