1.0.1 • Published 3 years ago

celeres v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

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
1.0.1

3 years ago

1.0.0

3 years ago