Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
Factory provides database connection creation
func NewFactory ¶
func NewFactory(connectionParams *models.ConnectionParameters) *Factory
NewFactory creates a new database factory
func (*Factory) CreateConnection ¶
CreateConnection creates a new database connection
func (*Factory) GetProvider ¶
func (f *Factory) GetProvider() models.DatabaseProvider
GetProvider returns the database provider
Click to show internal directories.
Click to hide internal directories.