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.
- Host: GitHub
- URL: https://github.com/dtm-labs/dtmcli
- Owner: dtm-labs
- License: bsd-3-clause
- Created: 2021-08-04T06:44:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T13:38:57.000Z (over 3 years ago)
- Last Synced: 2025-04-28T18:55:04.791Z (9 months ago)
- Language: Go
- Homepage: http://d.dtm.pub
- Size: 87.9 KB
- Stars: 13
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-cn.md
- License: LICENSE
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)