Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLRepository ¶
func NewMySQLRepository ¶
func NewMySQLRepository(db *sql.DB) *MySQLRepository
func (*MySQLRepository) GetTableData ¶
func (repo *MySQLRepository) GetTableData(sourceTable string) (*sql.Rows, error)
type PostgresRepository ¶
func NewPostgresRepository ¶
func NewPostgresRepository(pool *pgxpool.Pool) *PostgresRepository
func (*PostgresRepository) InsertTableData ¶
Click to show internal directories.
Click to hide internal directories.