celeres
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published


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

Package Sidebar

Install

npm i celeres

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

33.7 kB

Total Files

15

Last publish

Collaborators

  • aidakgm