reverse/example/goxorm.yml
Jerry c2a874ad2b
All checks were successful
continuous-integration/drone/push Build is passing
template add generate TableName() func (#13)
template add table_name option: true or false

template add generate TableName() func

Co-authored-by: Jerry <85411418@qq.com>
Reviewed-on: #13
2020-06-18 07:43:01 +00:00

15 lines
231 B
YAML

kind: reverse
name: mydb
source:
database: sqlite3
conn_str: '../testdata/test.db'
targets:
- type: codes
include_tables:
- a
- b
exclude_tables:
- c
language: golang
table_name: true
output_dir: ../models