https://github.com/dimkr/boydemdb
Key-value database as a Meson subproject
https://github.com/dimkr/boydemdb
Last synced: about 1 year ago
JSON representation
Key-value database as a Meson subproject
- Host: GitHub
- URL: https://github.com/dimkr/boydemdb
- Owner: dimkr
- License: mit
- Created: 2020-06-24T15:21:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T10:16:09.000Z (over 4 years ago)
- Last Synced: 2025-01-23T14:29:56.326Z (over 1 year ago)
- Language: C
- Size: 18.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
```
_ _ _ _
| |__ ___ _ _ __| | ___ _ __ ___ __| | |__
| '_ \ / _ \| | | |/ _` |/ _ \ '_ ` _ \ / _` | '_ \
| |_) | (_) | |_| | (_| | __/ | | | | | (_| | |_) |
|_.__/ \___/ \__, |\__,_|\___|_| |_| |_|\__,_|_.__/
|___/
```
## Overview
This is a wrapper around [SQLite](https://www.sqlite.org/) that is easy to integrate as a [Meson](http://mesonbuild.com/) subproject. It's thread-unsafe and doesn't do dynamic loading.
It stuffs blobs of binary data, identified by a unique integer, in a single DB table: messy, like a boydem.
## Legal Information
boydemdb is free and unencumbered software released under the terms of the MIT license; see COPYING for the license text.
The ASCII art logo at the top was made using [FIGlet](http://www.figlet.org/).