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: 2 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T11:52:19.000Z (about 1 year ago)
- Last Synced: 2025-05-06T12:55:52.523Z (about 1 year 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
A simple Json Database
JsonDB is a simple Json Database made with C++. You can create and make queries to the database using the CLI application.
> Note : ***Still in early development stage, so features are absent and may face bugs***
```
_______ ____ _ __ ____ ___ _________ ____ ___ _____ ______
/ / ___// __ \/ | / / / __ \/ |/_ __/ | / __ )/ | / ___// ____/
__ / /\__ \/ / / / |/ / / / / / /| | / / / /| | / __ / /| | \__ \/ __/
/ /_/ /___/ / /_/ / /| / / /_/ / ___ |/ / / ___ |/ /_/ / ___ |___/ / /___
\____//____/\____/_/ |_/ /_____/_/ |_/_/ /_/ |_/_____/_/ |_/____/_____/
```
# :notebook_with_decorative_cover: Table of Contents
- [:notebook\_with\_decorative\_cover: Table of Contents](#notebook_with_decorative_cover-table-of-contents)
- [About the Project](#about-the-project)
- [:heavy\_check\_mark: Dependencies](#heavy_check_mark-dependencies)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
- [Commands](#commands)
## About the Project
JsonDB is a simple Json Database made with C++. You can create and make queries to the database using the CLI application.
### :heavy_check_mark: Dependencies
- [nlohmann/json](https://github.com/nlohmann/json)
- [CLIUtils/CLI11](https://github.com/CLIUtils/CLI11)
- [aafulei/color-console](https://github.com/aafulei/color-console)
- [doctests](https://github.com/doctest/doctest)
## Code of Conduct
Check out the [Code of Conduct](./CODE_OF_CONDUCT.md)
## License
Check out the [License](./LICENSE.md)
## Commands
| Command | Description |
|---------|-------------|
| `main -h, --help` | Shows the help menu |
| `main -v, --version` | Shows the version of the application |