Documentation ¶
Overview ¶
Configurable and overridable queries.
Index ¶
- Variables
- func Apply(ctx context.Context, diff <-chan SyncQuery, real bool) (count int, err error)
- func CloseConn(ctx context.Context)
- func Configure(dsn string) (err error)
- func GetConn(ctx context.Context, database string) (*pgx.Conn, error)
- func GroupByDatabase(databases DBMap, defaultDatabase string, in <-chan SyncQuery) chan SyncQuery
- type DBMap
- type Database
- type FmtQueryRewriter
- type Schema
- type SyncQuery
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Watch perf.StopWatch
)
Functions ¶
Types ¶
type Database ¶
func RowToDatabase ¶
Click to show internal directories.
Click to hide internal directories.