Skip to content

dabao-zhao/ddltomodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddltomodel

go-zerogoctl 摘出来的东西

安装

go install github.com/dabao-zhao/ddltomodel@latest

使用

// -s sql 文件
// -d 输出目录
// -u sql dsn
// -t 表名匹配规则

ddltomodel ddl -s=".\test.sql" -d="test"

ddltomodel datasource -u="root:123456@tcp(127.0.0.1:3306)/test" -t="*" -d="test"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages