Convert sqlboiler tests to MockDriver
* Improve impl of mock driver
This commit is contained in:
parent
c04e0d003a
commit
22a904d025
6 changed files with 82 additions and 148 deletions
|
@ -6,7 +6,6 @@ type Config struct {
|
|||
PkgName string `toml:"pkg_name"`
|
||||
OutFolder string `toml:"out_folder"`
|
||||
ExcludeTables []string `toml:"exclude"`
|
||||
TableNames []string
|
||||
|
||||
Postgres PostgresConfig `toml:"postgres"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue