Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PostgresqlDialector ¶
type PostgresqlDialector struct { connection.Options DB *sql.DB }
func (*PostgresqlDialector) Connect ¶
func (c *PostgresqlDialector) Connect(ctx context.Context, options connection.Options) (*sql.DB, error)
func (*PostgresqlDialector) GetFullDataType ¶
func (c *PostgresqlDialector) GetFullDataType(prop schema.Property) string
GetFullDataType returns the database specific data type of Property https://www.postgresql.org/docs/current/datatype.html
Click to show internal directories.
Click to hide internal directories.