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.
- Host: GitHub
- URL: https://github.com/narodb/naro
- Owner: narodb
- License: other
- Created: 2025-03-16T18:47:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T11:26:51.000Z (about 1 year ago)
- Last Synced: 2026-02-07T17:25:53.941Z (5 months ago)
- Topics: database, databases, hacktoberfest, narodb, nosql
- Language: TypeScript
- Homepage: https://narodb.netlify.app/
- Size: 465 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NaroDB

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.