Socket
Socket
Sign inDemoInstall

wio.db

Package Overview
Dependencies
3
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wio.db

Gözle okunabilir database modülü.


Version published
Weekly downloads
3.1K
increased by19.34%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

KODLAR ÇALINMA DURUMUNDA GEREKLİ İŞLEMLER YAPILICAKTIR.

Image Image

Image
#wio.db
##Yüklemek İçin

npm install  wio.db

##Nasıl Kullanılır? || how to use?

TypeScript

import db from "wio.db"

NodeJs

const { Database } = require("wio.db");
const  db  = new Database("myDatabase");
db.set("test",1);
db.get("test");
db.fetch("test");
db.exist("test");
db.has("test");
db.all(5);
db.fetchAll();
db.toJSON();
db.delete("test");
db.deleteAll();
db.type("test");
db.pull("test",3);
db.valueArray();
db.keyArray();
db.math("test","*",5);
db.add("test",5);
db.substr("test",5);
db.push("test","arrayPush");
db.arrayHasValue("test",["arrayPush","test2"] || "test2");
db.includes("tes");
db.startsWith("te");
db.destroy();

Bana ulaşabileceğiniz yerler. || Bugs report

wio.db Support Server (Discord) İnstagram

Keywords

FAQs

Last updated on 22 Jan 2021

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc