diff --git a/README.md b/README.md
index bbf8d09..78b8474 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,7 @@ This lists databases and data stores with C APIs.
[sophia][244] - A modern, embeddable key-value database. [FreeBSD][24].
[SQLite][22] - A self-contained, serverless, zero-configuration, transactional SQL database engine with a C interface. Public domain.
[UnQLite][23] - A self-contained, serverless, zero-configuration, transactional NoSQL engine with a C interface. [FreeBSD][24].
+* [upscaledb][408] - An embedded "typed" key/value store with a built-in query language. [GNU GPLv3][41].
## Documentation Generation ##
@@ -946,3 +947,4 @@ This is a 'catch-all' category for anything that doesn't fit well anywhere else.
Hi @koz.ross,
I would be happy if you could add my upscaledb library (https://upscaledb.com).
You can merge the commit from my repository cruppstahl/awesome-c.
Thanks for your efforts!
Chris
PS: here's a patch (attaching it as a file causes a database error...)
From 323a06397fb0841a6de051b41dc14139766a14a4 Mon Sep 17 00:00:00 2001
From: Christoph Rupp <chris@crupp.de>
Date: Fri, 8 Apr 2016 12:20:29 +0200
Subject: [PATCH] Added upscaledb
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index bbf8d09..78b8474 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,7 @@ This lists databases and data stores with C APIs.
* [sophia][244] - A modern, embeddable key-value database. [FreeBSD][24].
* [SQLite][22] - A self-contained, serverless, zero-configuration, transactional SQL database engine with a C interface. Public domain.
* [UnQLite][23] - A self-contained, serverless, zero-configuration, transactional NoSQL engine with a C interface. [FreeBSD][24].
+* [upscaledb][408] - An embedded "typed" key/value store with a built-in query language. [GNU GPLv3][41].
## Documentation Generation ##
@@ -946,3 +947,4 @@ This is a 'catch-all' category for anything that doesn't fit well anywhere else.
[405]: https://github.com/hoedown/hoedown
[406]: https://github.com/srdja/Collections-C
[407]: https://github.com/Juniper/libxo
+[408]: https://upscaledb.com
--
1.9.1
Hi @koz.ross,
I would be happy if you could add my upscaledb library (https://upscaledb.com).
You can merge the commit from my repository cruppstahl/awesome-c.
Thanks for your efforts! Chris
PS: here's a patch (attaching it as a file causes a database error...)
From
323a06397f
Mon Sep 17 00:00:00 2001 From: Christoph Rupp chris@crupp.de Date: Fri, 8 Apr 2016 12:20:29 +0200 Subject: [PATCH] Added upscaledbREADME.md | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md index bbf8d09..78b8474 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ This lists databases and data stores with C APIs.
## Documentation Generation ##
@@ -946,3 +947,4 @@ This is a 'catch-all' category for anything that doesn't fit well anywhere else.
+[408]: https://upscaledb.com
1.9.1