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

https://github.com/konfiger/konfiger-c

Light weight package to manage key value based configuration and data files for C and C++
https://github.com/konfiger/konfiger-c

c configuration cpp key-value language parser properties

Last synced: 4 months ago
JSON representation

Light weight package to manage key value based configuration and data files for C and C++

Awesome Lists containing this project

README

          

#

key-value-db-c
key-value-db-c

Light weight package to quickly and easily manage, load, update and save key-value type database

___

## Table of content
- [Installation](#installation)
- [Example](#example)
- [API](#api)
- [Creating/loading a document](#creating/loading-a-document)
- [Inserting data](#inserting-data)
- [Finding data](#finding-data)
- [Get KeyValue Object](#get-keyvalue-object)
- [Get Like KeyValue Object](#get-like-keyvalue-object)
- [Get](#get-like)
- [Get Like](#get-like)
- [Updating data](#updating-data)
- [Set](#set)
- [Set KeyValue Object](#set-keyvalue-object)
- [Inserting data](#inserting-data)
- [Removing data](#removing-data)
- [Contributing](#contributing)
- [License](#license)

## Installation

## Example

## API

### Creating/loading a document

### Inserting Data

### Finding Data

#### Get KeyValue Object

#### Get Like KeyValue Object

#### Get

#### Get Like

### Updating Data

#### Set

#### Set KeyValue Object

### Inserting Data

### Removing Data

## Contributing

Before you begin contribution please read the contribution guide at [CONTRIBUTING GUIDE](https://keyvaluedb.github.io/contributing.html)

You can open issue or file a request that only address problems in this implementation on this repo, if the issue address the concepts of the package then create an issue or rfc [here](https://github.com/keyvaluedb/keyvaluedb.github.io/)

**The world needs you**.

## License

MIT License Copyright (c) 2019 Adewale Azeez - keyvaluedb