Add base_dir to make it less ornerous to use

This commit is contained in:
Aaron L 2016-08-23 21:50:14 -07:00
parent 278d9ab80a
commit 63fae21c51
4 changed files with 31 additions and 18 deletions

View file

@ -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"`