Skip to content

Commit a70379d

Browse files
committed
update README
1 parent 1cbfc86 commit a70379d

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
## sponge_examples
21

3-
[sponge](https://github.com/zhufuyi/sponge) is a powerful golang productivity tool that integrates `automatic code generation`, `web and microservices frameworks`, `basic development framework`.
2+
## Sponge Examples
43

5-
Here are some examples of using sponge to develop go projects.
4+
[Sponge](https://github.com/zhufuyi/sponge) is a basic development framework that integrates `code auto generation`, `gin and grpc framework`. It is easy to build a complete project from development to deployment, just fill in the business logic code on the generated template code, the use of Go can also be "low-code development".
65

7-
#### Basic Services examples
6+
Here are some examples of using sponge to develop go projects, the database used in the example is mysql, also support database postgresql, tidb, sqlite.
7+
8+
<br>
9+
10+
### Basic Services Examples
811

912
- [1_web-gin-CRUD](https://github.com/zhufuyi/sponge_examples/tree/main/1_web-gin-CRUD)
1013
- [2_micro-grpc-CRUD](https://github.com/zhufuyi/sponge_examples/tree/main/2_micro-grpc-CRUD)
@@ -13,11 +16,15 @@ Here are some examples of using sponge to develop go projects.
1316
- [5_micro-gin-rpc-gateway](https://github.com/zhufuyi/sponge_examples/tree/main/5_micro-gin-rpc-gateway)
1417
- [6_micro-cluster](https://github.com/zhufuyi/sponge_examples/tree/main/6_micro-cluster)
1518

16-
#### Complete project code examples
19+
<br>
20+
21+
### Complete Project Code Examples
1722

1823
- [7_community-single](https://github.com/zhufuyi/sponge_examples/tree/main/7_community-single)
1924
- [8_community-cluster](https://github.com/zhufuyi/sponge_examples/tree/main/8_community-cluster)
2025

21-
#### Distributed transaction examples
26+
<br>
27+
28+
### Distributed Transaction Examples
2229

2330
- [9_order-grpc-distributed-transaction](https://github.com/zhufuyi/sponge_examples/tree/main/9_order-grpc-distributed-transaction)

0 commit comments

Comments
 (0)