Add base_dir to make it less ornerous to use
This commit is contained in:
parent
278d9ab80a
commit
63fae21c51
4 changed files with 31 additions and 18 deletions
|
@ -5,6 +5,7 @@ type Config struct {
|
|||
DriverName string `toml:"driver_name"`
|
||||
PkgName string `toml:"pkg_name"`
|
||||
OutFolder string `toml:"out_folder"`
|
||||
BaseDir string `toml:"base_dir"`
|
||||
ExcludeTables []string `toml:"exclude"`
|
||||
|
||||
Postgres PostgresConfig `toml:"postgres"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue