package
0.2.0
Repository: https://github.com/breeze0806/go-etl.git
Documentation: pkg.go.dev

# Functions

NewConfig creates a PostgreSQL configuration and will report an error if the format does not meet the requirements.
NewCopyInParam creates copy-in parameters based on the table and transaction options (txOps).
NewField - Generates a field based on basic column attributes.
NewFieldType - Creates a new field type.
NewScanner - Generates a scanner based on the column type.
NewSource generates a PostgreSQL data source and will report an error if there's an issue with the configuration file.
NewTable creates a new PostgreSQL table.
Quoted is the quoting function for PostgreSQL.

# Constants

WriteModeCopyIn represents the copy in write mode.

# Structs

Config is the PostgreSQL configuration.
CopyInParam represents the parameters for the copy in operation.
Dialect represents the database dialect for PostgreSQL.
Field - Represents a field in a database table.
FieldType - Represents the type of a field.
Scanner - A scanner used for reading data based on the column type.
Source postgres refers to the PostgreSQL data source.
Table represents a PostgreSQL table.