package
2.1.0+incompatible
Repository: https://github.com/cloudspannerecosystem/harbourbridge.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
GetColsAndSchemas provides information about columns and schema for a table.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ProcessData performs data conversion for source database 'db'.
ProcessDbDump reads dump data from r and does schema or data conversion, depending on whether conv is configured for schema mode or data mode.
ProcessSchema performs schema conversion for source database 'db'.
No description provided by the author
Run multiple tasks in parallel.
SchemaToSpannerDDL performs schema conversion from the source DB schema to Spanner.
No description provided by the author
SetRowStats populates conv with the number of rows in each table.
No description provided by the author
ToNotNull returns true if a column is not nullable and false if it is.
No description provided by the author

# Constants

Default to 20 - observed diminishing returns above this value.

# Structs

FkConstraint contains foreign key constraints.
SchemaAndName contains the schema and name for a table.
No description provided by the author

# Interfaces

DbDump common interface for database dump functions.
InfoSchema contains database information.
ToDdl interface is meant to be implemented by all sources.