diff options
author | adam <adamansky@gmail.com> | 2013-06-23 22:46:37 +0700 |
---|---|---|
committer | adam <adamansky@gmail.com> | 2013-06-23 22:46:37 +0700 |
commit | 5c1baa36792507c4d8e0cc14f550650e3df69fcc (patch) | |
tree | ab9b9a56c5afca56af804aae1803cffc6857f2a4 /README.md | |
parent | f94f6b183ca9332598c3de532751bee6a6b244b1 (diff) | |
download | ejdb-5c1baa36792507c4d8e0cc14f550650e3df69fcc.tar.gz ejdb-5c1baa36792507c4d8e0cc14f550650e3df69fcc.tar.bz2 ejdb-5c1baa36792507c4d8e0cc14f550650e3df69fcc.zip |
Fixed #24
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)** |