Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages