From 26c3f4e5bff294a2202ed2590eaec6cf2ebfa965 Mon Sep 17 00:00:00 2001 From: Craig Minihan Date: Wed, 16 Sep 2015 17:36:04 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3fe2fa..b1bf317 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ An in-memory database implementing a large subset of the CouchDB REST API. We ai * Compatibility with common CouchDB clients like Cradle, Nano and others * Compatibility with PouchDB -The core is written in C++ 11 with Boost and map/reduce executed by an embedded SpiderMonkey JSAPI instance. We chose C++ because it is very fast and gives the greatest control over memory allocations. AvanceDB will run happily on a humble Raspberry Pi 2 or an enterprise server. AvanceDB targets Linux for production and OSX for development. +The core is written in C++ 11 with Boost and map/reduce executed by an embedded SpiderMonkey JSAPI instance. We chose C++ because it is very fast and gives the greatest control over memory allocations. + +AvanceDB will run happily on a humble Raspberry Pi 2 or an enterprise server. AvanceDB targets Linux for production and OSX for development. AvanceDB is under active development, you can check out the current API support status [here](https://github.com/RipcordSoftware/AvanceDB/wiki/CouchDB-API-Support).