Convert sqlboiler tests to MockDriver

* Improve impl of mock driver
This commit is contained in:
Patrick O'brien 2016-08-18 22:11:02 +10:00
parent c04e0d003a
commit 22a904d025
6 changed files with 82 additions and 148 deletions

View file

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