From fb536e4ce515e3c6d1ef24c7291b896ed1829f26 Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Sat, 5 May 2018 19:41:54 +0300 Subject: [PATCH] Improve readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 994ec40..18cbb3c 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,12 @@ This is a framework for working with SQL transactions in a distributed network. The framework allows you to compose SQL transactions of multiple queries on different nodes and execute them later. -To ensure the reliability of the transactions a ledger using blockchain is used to keep track on ongoing transactions. +To ensure the reliability of the transactions a ledger using blockchain is used to keep track on ongoing transactions and +ensure queries within the transactions are consistent. ## DBT Core + The core library containing the DBTModule to include in your Ratpack application. The DBT module can be added like so: