Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = &bootstrap.Module{ Name: "cockroach", Precedence: bootstrap.DatabasePrecedence, Options: []fx.Option{ fx.Provide(newAnnotatedGormDbCreator()), }, Modules: []*bootstrap.Module{ postgresql.Module, }, }
Functions ¶
func NewGormDbCreator ¶
func NewGormDbCreator(properties data.DataProperties) data.DbCreator
Types ¶
type GormDbCreator ¶
type GormDbCreator struct {
// contains filtered or unexported fields
}
func (*GormDbCreator) CreateDatabaseIfNotExist ¶
func (*GormDbCreator) Order ¶
func (g *GormDbCreator) Order() int
Click to show internal directories.
Click to hide internal directories.