1
0
Fork 0

updated README

This commit is contained in:
Jan Steemann 2013-04-12 11:11:46 +02:00
parent 427eeaae96
commit 0c607d8f96
2 changed files with 3 additions and 0 deletions

2
README
View File

@ -21,6 +21,8 @@ Key features include:
* No-nonsense storage: ArangoDB uses all of the power of modern storage
hardware, like SSD and large caches
* Powerful query language (AQL) to retrieve data
* Transactions**: run queries on multiple documents or collections with optional
transactional consistency and isolation
* It is open source (Apache Licence 2.0)
For more in-depth information

View File

@ -19,6 +19,7 @@ Key features include:
* Configurable **durability**: let the application decide if it needs more durability or more performance
* No-nonsense storage: ArangoDB uses all of the power of **modern storage hardware**, like SSD and large caches
* **Powerful query language** (AQL) to retrieve data
* **Transactions**: run queries on multiple documents or collections with optional transactional consistency and isolation
* It is **open source** (Apache Licence 2.0)
For more in-depth information