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

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

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/).