File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727</p >
2828
2929
30- CovenantSQL是一个基于区块链技术的去中心化众筹式SQL数据库 ,并具备以下特点:
30+ CovenantSQL 是一个基于区块链技术的去中心化众筹式 SQL 数据库 ,并具备以下特点:
3131
32- - ** SQL** :大多支持SQL -92
33- - ** 去中心化** :使用我们的共识算法DH-RPC和Kayak去中心化
34- - ** 隐私** :通过加密和授权许可进行访问
35- - ** 不可篡改** : CovenantSQL 中的查询历史记录是不可变但是可跟踪的
32+ - ** SQL** : 支持 SQL -92 标准
33+ - ** 去中心化** : 使用我们的共识算法 DH-RPC 和 Kayak 去中心化
34+ - ** 隐私** : 通过加密和授权许可进行访问
35+ - ** 不可篡改** : CovenantSQL 中的查询历史记录是不可变且可跟踪的
3636
3737我们相信[ 在下一个互联网时代,每个人都应该有完整的** 数据权利** ] ( https://medium.com/@covenant_labs/covenantsql-the-sql-database-on-blockchain-db027aaf1e0e )
3838
@@ -48,10 +48,10 @@ sql.Open("CovenantSQL", dbURI)
4848- 第一层: ** 全局共识层** (主链,架构图中的中间环):
4949 - 整个网络中只有一个主链。
5050 - 主要负责数据库矿工与用户的合同匹配,交易结算,反作弊,子链哈希锁定等全局共识事宜。
51- - 第二层: ** SQL共识层 ** (子链,架构图中的两边环):
51+ - 第二层: ** SQL 共识层 ** (子链,架构图中的两边环):
5252 - 每个数据库都有自己独立的子链。
5353 - 主要负责数据库各种事务的签名,交付和一致性。这里主要实现永久可追溯性的数据历史,并且在主链中执行哈希锁定。
54- - 第三层: ** 数据储存层** (支持SQL-92的数据库引擎 ):
54+ - 第三层: ** 数据储存层** (支持 SQL-92 的数据库引擎 ):
5555 - 每个数据库都有自己独立的分布式引擎。
5656 - 主要负责:数据库存储和加密;查询处理和签名;高效索引。
5757
Original file line number Diff line number Diff line change 2626 alt="Join the chat at https://gitter.im/CovenantSQL/CovenantSQL"></a>
2727</p >
2828
29- [ 中文简介] ( https://github.com/ConnorLi96 /CovenantSQL/blob/develop/README-zh.md )
29+ [ 中文简介] ( https://github.com/CovenantSQL /CovenantSQL/blob/develop/README-zh.md )
3030
3131CovenantSQL is a decentralized, crowdsourcing SQL database on blockchain with features:
3232
You can’t perform that action at this time.
0 commit comments