summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradam <adamansky@gmail.com>2013-06-23 22:46:37 +0700
committeradam <adamansky@gmail.com>2013-06-23 22:46:37 +0700
commit5c1baa36792507c4d8e0cc14f550650e3df69fcc (patch)
treeab9b9a56c5afca56af804aae1803cffc6857f2a4 /README.md
parentf94f6b183ca9332598c3de532751bee6a6b244b1 (diff)
downloadejdb-5c1baa36792507c4d8e0cc14f550650e3df69fcc.tar.gz
ejdb-5c1baa36792507c4d8e0cc14f550650e3df69fcc.tar.bz2
ejdb-5c1baa36792507c4d8e0cc14f550650e3df69fcc.zip
Fixed #24
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 006202f..58b9f41 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
Embedded JSON Database engine
====================================
-It aims to be a fast [MongoDB](http://mongodb.org)-like library **which can be embedded into C/C++/NodeJS/Python/Lua/Java/Ruby applications under terms of LGPL license.**
+It aims to be a fast [MongoDB](http://mongodb.org)-like library **which can be embedded into C/C++/.Net/NodeJS/Python/Lua/Java/Ruby applications under terms of LGPL license.**
EJDB is the C library based on modified version of [Tokyo Cabinet](http://fallabs.com/tokyocabinet/).
@@ -12,6 +12,7 @@ JSON representation of queries and data implemented with API based on [C BSON](h
News
===============================
+* `2013-06-23` **[C# .Net binding] (https://github.com/Softmotions/ejdb/tree/master/nejdb)**
* `2013-06-02` **[Adobe Air Native Extension (ANE) for EJDB (Thanks to @thejustinwalsh)] (https://github.com/thejustinwalsh/airejdb)**
* `2013-05-29` **[EJDB Python 2.7.x binding available](https://github.com/Softmotions/ejdb/blob/master/pyejdb/)**
* `2013-05-06` **[Ruby binding available](https://github.com/Softmotions/ejdb/blob/master/rbejdb/README.md)**