From 0c607d8f96119545daecadebfbc16862adb771f7 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 12 Apr 2013 11:11:46 +0200 Subject: [PATCH] updated README --- README | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README b/README index bf4461c931..9cc6042e33 100644 --- a/README +++ b/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 diff --git a/README.md b/README.md index bc85df455f..34b6c87f95 100644 --- a/README.md +++ b/README.md @@ -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