https://github.com/warchant/dumbdb
WIP
https://github.com/warchant/dumbdb
Last synced: 3 months ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/warchant/dumbdb
- Owner: Warchant
- License: mit
- Created: 2020-01-22T19:42:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T19:57:08.000Z (over 5 years ago)
- Last Synced: 2025-01-15T08:03:58.940Z (5 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 portableInternally, implemented as folder with all Key-Value pairs, where Key is a filename, and Value is file content ¯\\\_(ツ)\_/¯