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++
- Host: GitHub
- URL: https://github.com/konfiger/konfiger-c
- Owner: konfiger
- License: mit
- Created: 2019-09-25T02:21:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T08:10:39.000Z (over 5 years ago)
- Last Synced: 2024-12-28T17:35:05.632Z (about 1 year ago)
- Topics: c, configuration, cpp, key-value, language, parser, properties
- Language: C
- Homepage: https://301s.github.io/?kc
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#

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