Commit 2a649338 authored by 黄刚's avatar 黄刚

Update TrustSQL.md

parent cbb56a24
......@@ -62,7 +62,7 @@
> TrustSQL对外的接口包括两层,基础平台的SQL接口和应用平台的CGI接口。其中应用平台的CGI接口是在基础平台SQL接口的基础上按照不同场景,具体化了应用业务可能会用到的各个字段,抽象出的一套HTTPS标准协议接口。应用平台接口包括数字资产、共享信息两种应用场景。
---
> 对接方法
- 接入方法与MySQL类似,指定IP,端口,用户名和密码,通过MySQL5.5+客户端连接.提供insert和select两种SQL接口:交易通过insert into t_transaction交易流水来实现;查询通过select * from t_transaction(t_account,t_block)来实现.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment