An open API service indexing awesome lists of open source software.

https://github.com/dtm-labs/dtmcli

a go http client for distributed transaction framework DTM.
https://github.com/dtm-labs/dtmcli

Last synced: 2 months ago
JSON representation

a go http client for distributed transaction framework DTM.

Awesome Lists containing this project

README

          

简体中文 | [English](./README.md)

## dtmcli
`dtmcli` 是分布式事务管理器[dtm](https://github.com/dtm-labs/dtm)的客户端sdk

这个库的代码与[dtm](https://github.com/dtm-labs/dtm)下的dtmcli代码保持完全同步,如果您需要线上使用,那么当前的dtmcli相关的依赖非常少,对于最终打包的镜像也会很少

具体文档和使用方式,请参考[dtm](https://github.com/dtm-labs/dtm)

### 完整示例

[dtmcli-go-sample](https://github.com/dtm-labs/dtmcli-go-sample)