|
|
|
@ -1,3 +1,9 @@ |
|
|
|
 |
|
|
|
[](https://travis-ci.com/yedf/dtm) |
|
|
|
[](https://coveralls.io/github/yedf/dtm?branch=main) |
|
|
|
[](https://goreportcard.com/report/github.com/yedf/dtm) |
|
|
|
[](https://pkg.go.dev/github.com/yedf/dtm) |
|
|
|
|
|
|
|
[中文版](https://github.com/yedf/dtm/blob/master/README-en.md) |
|
|
|
|
|
|
|
# a golang distributed transaction manager |
|
|
|
@ -21,7 +27,7 @@ DTM is the first golang open source distributed transaction project. It elegantl |
|
|
|
|
|
|
|
# Quick start |
|
|
|
### installation |
|
|
|
`go get github.com/yedf/dtm` |
|
|
|
`git clone github.com/yedf/dtm` |
|
|
|
### dtm depends on mysql |
|
|
|
|
|
|
|
Configure mysql: |
|
|
|
|