Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
craigminihan committed Sep 16, 2015
1 parent be7fd53 commit 26c3f4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 26c3f4e

Please sign in to comment.