Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wio.db

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wio.db

Gözle okunabilir database modülü.

  • 4.0.12
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9.3K
increased by79.23%
Maintainers
1
Weekly downloads
 
Created
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

İnstagram

Keywords

FAQs

Package last updated on 22 Jan 2021

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc