diff options
author | adam <adamansky@gmail.com> | 2013-09-12 23:17:29 +0700 |
---|---|---|
committer | adam <adamansky@gmail.com> | 2013-09-12 23:17:29 +0700 |
commit | 58671a011187bbf863217afeecd2cb4911300950 (patch) | |
tree | ff7987451edf11ddd727a27e620cc1c37f692c15 /README.md | |
parent | fc97297068fc19ef1f2ea9a4620b597f7af7ffb9 (diff) | |
download | ejdb-58671a011187bbf863217afeecd2cb4911300950.tar.gz ejdb-58671a011187bbf863217afeecd2cb4911300950.tar.bz2 ejdb-58671a011187bbf863217afeecd2cb4911300950.zip |
moving nejdb into ejdb-csharp repository
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,11 +12,12 @@ JSON representation of queries and data implemented with API based on [C BSON](h News =============================== +* `2013-09-10` **[v1.1.24 Fixed incorrect $set behaviour] (https://github.com/Softmotions/ejdb/wiki/V1.1.24)** * `2013-08-19` **[v1.1.19 Added support the long awaited mongodb update positional operator] (https://github.com/Softmotions/ejdb/wiki/V1.1.19)** * `2013-08-11` **[v1.1.18 Added support for mongodb $ projection] (https://github.com/Softmotions/ejdb/wiki/V1.1.18)** * `2013-08-08` **[v1.1.17 Now supported $and & $or mongodb operators] (https://github.com/Softmotions/ejdb/issues/81)** * `2013-07-15` **[Google Go binding] (https://github.com/mkilling/goejdb)** -* `2013-06-23` **[C# .Net binding] (https://github.com/Softmotions/ejdb/tree/master/nejdb)** +* `2013-06-23` **[C# .Net binding] (https://github.com/Softmotions/ejdb-csharp)** * `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-python)** * `2013-05-06` **[Ruby binding available](https://github.com/Softmotions/ejdb/blob/master/rbejdb/README.md)** @@ -53,7 +54,7 @@ Documentation * **[Collection joins](https://github.com/Softmotions/ejdb/wiki/Collection-joins)** * **[Development FAQ](https://github.com/Softmotions/ejdb/wiki/Development-FAQ)** * **Bindings** - * **[C# .Net] (https://github.com/Softmotions/ejdb/tree/master/nejdb)** + * **[C# .Net] (https://github.com/Softmotions/ejdb-csharp)** * **[NodeJS] (https://github.com/Softmotions/ejdb/blob/master/node/)** * **[Python 2.7/3.x](https://github.com/Softmotions/ejdb-python)** * **[Lua](https://github.com/Softmotions/ejdb/blob/master/luaejdb/)** |