Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iambijoykar/jsondb

JsonDB is a simple Json Database made with C++
https://github.com/iambijoykar/jsondb

cli-app cpp database json json-database

Last synced: 11 days ago
JSON representation

JsonDB is a simple Json Database made with C++

Awesome Lists containing this project

README

        

# JsonDB

JsonDB is a simple Json Database made with C++.
> Note : ***Still in early development stage, so features are absent and may face bugs***

```
_______ ____ _ __ ____ ___ _________ ____ ___ _____ ______
/ / ___// __ \/ | / / / __ \/ |/_ __/ | / __ )/ | / ___// ____/
__ / /\__ \/ / / / |/ / / / / / /| | / / / /| | / __ / /| | \__ \/ __/
/ /_/ /___/ / /_/ / /| / / /_/ / ___ |/ / / ___ |/ /_/ / ___ |___/ / /___
\____//____/\____/_/ |_/ /_____/_/ |_/_/ /_/ |_/_____/_/ |_/____/_____/

```
**View the [Script](./script.md)**

### Dependencies
- [nlohmann/json](https://github.com/nlohmann/json)
- [CLIUtils/CLI11](https://github.com/CLIUtils/CLI11)
- [aafulei/color-console](https://github.com/aafulei/color-console)