# Functions
ColumnFromString parses a string into a Pointer.
LoadConfig loads the configuration for copying data.
RelationshipFromColumns creates a relationship from a Pointer and a Column.
# Structs
Column holds information about an individual column.
ColumnValue hold the value to update in a column.
Configuration holds all the configuration.
CopyQL manages the data needed for copying.
Relation holds information about a relationship.
SQLConnection handles SQL configuration.