You can merge my repository cruppstahl/awesome-c, or use the patch that I attached.
Thanks for your efforts!
Chris
Hi @koz.ross,
I would be happy if you could add my upscaledb library (https://upscaledb.com).
You can merge my repository cruppstahl/awesome-c, or use the patch that I attached.
Thanks for your efforts!
Chris
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.
Not sure if attaching a file works - i got plenty of database errors. I have therefore also pasted the file.
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
Thanks for your submission, but as far as I can tell, upscaledb is a C++ project. This repository is specifically for C, and only C, and thus, I can't include it. Please correct me if I'm wrong though - then, I'd be happy to add it.
Hi,
Thanks for your submission, but as far as I can tell, upscaledb is a C++ project. This repository is specifically for C, and *only* C, and thus, I can't include it. Please correct me if I'm wrong though - then, I'd be happy to add it.
Hi @koz.ross,
I would be happy if you could add my upscaledb library (https://upscaledb.com).
You can merge my repository cruppstahl/awesome-c, or use the patch that I attached.
Thanks for your efforts! Chris
Not sure if attaching a file works - i got plenty of database errors. I have therefore also pasted the file.
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
Hi,
Thanks for your submission, but as far as I can tell, upscaledb is a C++ project. This repository is specifically for C, and only C, and thus, I can't include it. Please correct me if I'm wrong though - then, I'd be happy to add it.
Closing for lack of movement.