An open API service indexing awesome lists of open source software.

https://github.com/narodb/naro

A lightweight NoSQL prototyping database with MessagePack binary encoding and decoding.
https://github.com/narodb/naro

database databases hacktoberfest narodb nosql

Last synced: about 2 months ago
JSON representation

A lightweight NoSQL prototyping database with MessagePack binary encoding and decoding.

Awesome Lists containing this project

README

          

# NaroDB

![NaroDB Logo](./docs/public/logo_small.png)

A lightweight NoSQL database that encode and decode MessagePack binaries.

## Installation

To install NaroDB via npm, run the following command:

```
npm install @narodb/naro
```

## License

This project is licensed under the Server Side Public License. For more details, check
the [LICENSE](https://github.com/bryanlundberg/AquaBase/blob/main/LICENSE.txt) file.