Update README.md

This commit is contained in:
geffzhang 2021-08-04 08:06:28 +08:00 committed by GitHub
parent b5a3a10238
commit 3d151a6339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ DTM is the first golang open source distributed transaction project. It elegantl
* Simple to use * Simple to use
+ The interface is simple, developers no longer worry about suspension, null compensation, idempotence, etc., and the framework layer takes care of them. + The interface is simple, developers no longer worry about suspension, null compensation, idempotence, etc., and the framework layer takes care of them.
* Multi language supported * Multi language supported
+ It is suitable for companies with multi-language stacks. The protocol supports http. Convenient to use in various languages such as go, python, php, nodejs, ruby. + It is suitable for companies with multi-language stacks. The protocol supports http. Convenient to use in various languages such as go, python, php, nodejs, ruby, c#.
* Easy to deploy, easy to expand * Easy to deploy, easy to expand
+ Only rely on mysql, easy to deploy, easy to expand horizontally + Only rely on mysql, easy to deploy, easy to expand horizontally
* Multiple distributed transaction protocol supported * Multiple distributed transaction protocol supported