Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { helpers.Config `yaml:",squash"` // The database schemas to generate models for Schemas pq.StringArray // a context value can then be used to set the schema at runtime // useful for multi-tenant setups SharedSchema string `yaml:"shared_schema"` // Which UUID package to use (gofrs or google) UUIDPkg string `yaml:"uuid_pkg"` // How many tables to fetch in parallel Concurrency int }
type IndexExtra ¶ added in v0.29.0
Click to show internal directories.
Click to hide internal directories.