Documentation ¶
Index ¶
- func NewPostgresqlConnector() connectors.Connector
- type PostgresqlConnector
- func (c PostgresqlConnector) GetConnString(schema dbtype.PostgresqlDatabase) string
- func (c PostgresqlConnector) Id() string
- func (c PostgresqlConnector) Load(schema interface{}) (interface{}, error)
- func (c PostgresqlConnector) Name() string
- func (c PostgresqlConnector) Schema() interface{}
- func (c PostgresqlConnector) Tags() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPostgresqlConnector ¶
func NewPostgresqlConnector() connectors.Connector
Types ¶
type PostgresqlConnector ¶
type PostgresqlConnector struct {
// contains filtered or unexported fields
}
func (PostgresqlConnector) GetConnString ¶
func (c PostgresqlConnector) GetConnString(schema dbtype.PostgresqlDatabase) string
func (PostgresqlConnector) Id ¶
func (c PostgresqlConnector) Id() string
func (PostgresqlConnector) Load ¶
func (c PostgresqlConnector) Load(schema interface{}) (interface{}, error)
func (PostgresqlConnector) Name ¶
func (c PostgresqlConnector) Name() string
func (PostgresqlConnector) Schema ¶
func (c PostgresqlConnector) Schema() interface{}
func (PostgresqlConnector) Tags ¶
func (c PostgresqlConnector) Tags() []string
Click to show internal directories.
Click to hide internal directories.