Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/iambijoykar/jsondb
- Owner: iamBijoyKar
- License: mit
- Created: 2023-07-15T15:32:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-18T15:30:51.000Z (over 1 year ago)
- Last Synced: 2024-11-04T00:25:02.309Z (about 2 months ago)
- Topics: cli-app, cpp, database, json, json-database
- Language: C++
- Homepage:
- Size: 12.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)