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

https://github.com/warchant/dumbdb

WIP
https://github.com/warchant/dumbdb

Last synced: 3 months ago
JSON representation

WIP

Awesome Lists containing this project

README

        

# dumbdb

Features:
- single file
- header only
- dependency free
- key-value database
- C++11
- slow and inefficient, but very simple in use
- very portable

Internally, implemented as folder with all Key-Value pairs, where Key is a filename, and Value is file content ¯\\\_(ツ)\_/¯