Versions in this module Expand all Collapse all v1 v1.0.0 Sep 4, 2016 Changes in this version + func BuildQueryString(user, pass, dbname, host string, port int, sslmode string) string + type MockDriver struct + func (m *MockDriver) Close() + func (m *MockDriver) Columns(tableName string) ([]bdb.Column, error) + func (m *MockDriver) ForeignKeyInfo(tableName string) ([]bdb.ForeignKey, error) + func (m *MockDriver) Open() error + func (m *MockDriver) PrimaryKeyInfo(tableName string) (*bdb.PrimaryKey, error) + func (m *MockDriver) TableNames(exclude []string) ([]string, error) + func (m *MockDriver) TranslateColumnType(c bdb.Column) bdb.Column + func (m *MockDriver) UseLastInsertID() bool + type PostgresDriver struct + func NewPostgresDriver(user, pass, dbname, host string, port int, sslmode string) *PostgresDriver + func (p *PostgresDriver) Close() + func (p *PostgresDriver) Columns(tableName string) ([]bdb.Column, error) + func (p *PostgresDriver) ForeignKeyInfo(tableName string) ([]bdb.ForeignKey, error) + func (p *PostgresDriver) Open() error + func (p *PostgresDriver) PrimaryKeyInfo(tableName string) (*bdb.PrimaryKey, error) + func (p *PostgresDriver) TableNames(exclude []string) ([]string, error) + func (p *PostgresDriver) TranslateColumnType(c bdb.Column) bdb.Column + func (p *PostgresDriver) UseLastInsertID() bool Other modules containing this package gopkg.in/volatiletech/sqlboiler.v2