New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

deskcode-db

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deskcode-db

deskcode-db

latest
npmnpm
Version
2.0.1
Version published
Maintainers
0
Created
Source

deskcode-db

Usage to init a db object

const deskcode_db = new db();

Simple example to insert row.

deskcode_db.Users.insertOne({ first_name: "Etienne", last_name: "Auzeral" });

Returns the content of the table Users

deskcode_db.Users.find();

FAQs

Package last updated on 30 Jun 2024

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