Skip to content

zhichenghou/sqlxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlxx

a tool to generate mybatis common code.

go install and run sqlxx

Usage:
  -db string
    	db conn str: e.g. user:password@tcp(127.0.0.1:3306) (default "")
  -schema string
    	selected schema: e.g. test (default "test")
  -table string
    	selected table: e.g. test
  -pkg string
    	base package name: e.g. com.houzhicheng, and then
	    	model package: com.houzhicheng.domain.model,
	    	mapper package: com.houzhicheng.infra.persistence.sql.mapper,
	    	repo package: com.houzhicheng.domain.repo
    	

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published