Skip to content

zhufuyi/sponge_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sponge Examples

Sponge is a powerful 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, implementation of "low-code way" development projects.

Here are some examples of using sponge to develop go projects, the database type used in the example is mysql, also support database mongodb, postgresql, tidb, sqlite.


Examples of creating a service using sponge

Examples of developing a complete project using sponge

Distributed transaction examples