You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
212 B
14 lines
212 B
kind: reverse
|
|
name: mydb
|
|
source:
|
|
database: sqlite3
|
|
conn_str: '../testdata/test.db'
|
|
targets:
|
|
- type: codes
|
|
include_tables:
|
|
- a
|
|
- b
|
|
exclude_tables:
|
|
- c
|
|
language: golang
|
|
output_dir: ../models
|