mirror of https://gitee.com/bigwinds/arangodb
updated README
This commit is contained in:
parent
427eeaae96
commit
0c607d8f96
2
README
2
README
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue