7 lines
363 B
Markdown
7 lines
363 B
Markdown
# Distributed Blockchain Transactions (DBT)
|
|
|
|
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.
|