# jsonnrdatabase

> A non-relational JSON-based database

Latest version **1.0.1** (published 2023-12-09) · ISC license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2023-12-09 |
| First published | 2023-12-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ArdLight |
| Maintainers | lrs35211 |
| Keywords | db, database, json, sync |

## Links

- npm: https://www.npmjs.com/package/jsonnrdatabase
- npm.io page: https://npm.io/package/jsonnrdatabase

## 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) — 2023-12-09
- 1.0.0 — 2023-12-09

## README

# JSONNRDatabase

## A JSON-based non-relational database (?)

JSONNRDatabase is a non-relational database based on JSON (it's in the name), and it is very easy to use.  
_Just modify the data itself!_

It is used like this:

```js
const { Database } = require('jsondatabase');
const db = new Database('./jar.json');

this.data['mouse'] = 'cat';
db.sync();
```

Yes, it is that easy.

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