12 lines
363 B
Markdown
12 lines
363 B
Markdown
## database dsn
|
|
```
|
|
root:youtu!0113@tcp(localhost:3306)/ecpm?charset=utf8&parseTime=True&loc=Local
|
|
```
|
|
|
|
|
|
## dao生成
|
|
#### 通过gentool生成,model和query目录下的文件
|
|
|
|
```shell
|
|
gentool -dsn "root:youtu!0113@tcp(localhost:3306)/ecpm?charset=utf8&parseTime=True&loc=Local" -fieldNullable -fieldWithIndexTag -fieldWithTypeTag -withUnitTest -fieldSignable
|
|
``` |