# celeres

> The world's fastest JSON database.

Latest version **1.0.1** (published 2020-11-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install celeres
pnpm add celeres
yarn add celeres
bun add celeres
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2020-11-14 |
| First published | 2020-11-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 32.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Aidak |
| Maintainers | aidakgm |
| Keywords | database, sqlite, json, db, aidak |

## Links

- npm: https://www.npmjs.com/package/celeres
- Repository: none
- npm.io page: https://npm.io/package/celeres

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^4.17.20
- [better-sqlite3](https://npm.io/package/better-sqlite3.md) ^7.1.1

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.1 (latest) — 2020-11-14
- 1.0.0 — 2020-11-14

## README

<img src="https://i.imgur.com/g3mUmhU.png" width="150">
<br>

## CeleresDB
CeleresDB is an advanced JSON database project.
It is one of the most ***fastest*** databases in the world.

## Example
```js
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`

---
_Source: https://npm.io/package/celeres · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
