Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MysqlDriver ¶
type MysqlDriver struct{}
func (MysqlDriver) LoadDatabaseSchema ¶
func (m MysqlDriver) LoadDatabaseSchema(dsnString, schema, tableNames string) (DbSchema, error)
type PostgresDriver ¶
type PostgresDriver struct{}
func (PostgresDriver) LoadDatabaseSchema ¶
func (p PostgresDriver) LoadDatabaseSchema(dsnString, schema, tableNames string) (DbSchema, error)
type TableSchema ¶
type TableSchema []Column
Click to show internal directories.
Click to hide internal directories.