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: 2 months ago
JSON representation

JsonDB is a simple Json Database made with C++

Awesome Lists containing this project

README

          


JsonDB

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.


GitHub
GitHub repo size
GitHub issues
GitHub Repo stars
GitHub contributors



View Demo
·
Documentation
·
Report Bug
·
Request Feature


> 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 |