package
1.0.5
Repository: https://github.com/cockroachdb/replicator.git
Documentation: pkg.go.dev

# Packages

Package all contains a test rig for all services.
Package base provides enough functionality to connect to a database, but does not provide any other services.
Package mutations contains a helper to generate mutations.
Package recorder contains an acceptor implementation that records the method calls it sees.
Package scripttest contains reusable test helpers for logical-replication tests.

# Functions

CheckDiagnostics ensures that all diagnostic data can be serialized to JSON.
JumbleIdent returns a case-jumbled version of the Ident.
JumbleSchema returns a case-jumbled version of the Schema.
JumbleTable returns a case-jumbled version of the Table.
TableBatchOf is a convenience method for creating a [types.TableBatch] instance.

# Type aliases

SourceSchema is an injection point that holds the name of a unique table schema in the source database in which to store user data.
TargetSchema is an injection point that holds the name of a unique table schema in the source database in which to store user data.