1

Improve readme

This commit is contained in:
2018-05-05 19:41:54 +03:00
parent fe7a994921
commit fb536e4ce5

View File

@@ -3,10 +3,12 @@
This is a framework for working with SQL transactions in a distributed network. The framework allows you to compose SQL 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. 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 ## DBT Core
The core library containing the DBTModule to include in your Ratpack application. The core library containing the DBTModule to include in your Ratpack application.
The DBT module can be added like so: The DBT module can be added like so: