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

celeres

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

celeres

The world's fastest JSON database.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

CeleresDB

CeleresDB is an advanced JSON database project. It is one of the most fastest databases in the world.

Example

const db = require('celeres')

// Setting an object
db.post('user_Jake', 'JakeID123')

// Pushing an element to an array
db.push('users', 'Amelia')

// Adding a number in an object
db.add('userCoins', 500)

// Fetching an object
db.get('user_Jake') // returns "JakeID123"

Installation

For installing CeleresDB, you need:

  • Install Microsoft Visual Studio 2019, with C++ and C# extensions.
  • Run the command: npm install celeres --save

Keywords

database

FAQs

Package last updated on 14 Nov 2020

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