From 438005c3329e2698187544c7b452d64aed2c3742 Mon Sep 17 00:00:00 2001 From: Adamansky Anton Date: Wed, 3 Apr 2013 11:01:09 +0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b029ea4..3d83905 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 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++/NodeJS/Python/Lua/Java applications under terms of LGPL license.** EJDB is the C library based on modified version of [Tokyo Cabinet](http://fallabs.com/tokyocabinet/). @@ -29,6 +29,7 @@ Features * [Collection joins](https://github.com/Softmotions/ejdb/wiki/Collection-joins) * Python binding * Lua binding +* Java binding Documentation @@ -41,6 +42,7 @@ Documentation * [NodeJS API](#ejdb-nodejs-api) * **[Python3 binding](https://github.com/Softmotions/ejdb/blob/master/pyejdb/README.md)** * **[Lua binding](https://github.com/Softmotions/ejdb/blob/master/luaejdb/README.md)** +* **[Java binding](https://github.com/Softmotions/ejdb/blob/master/jejdb/README.md)** * **[EJDB C Library](#ejdb-c-library)** * [Building & Installation](#building--installation) * [Samples](#ejdb-c-samples) -- 2.7.4