package
0.5.1
Repository: https://github.com/frm-adiputra/csv2postgres.git
Documentation: pkg.go.dev

# Functions

NewDBConfig creates a new database configuration from YAML file.

# Structs

CSVReader is implementation of RowReader using CSV as data source.
DBConfig specifies database connection configurations.
RecordReader is a type that specify record reader.

# Interfaces

Computer is the interface that wraps the functionality of computing field value.
Converter is the interface that wraps the functionality of converting field value.
DBSynchronizer synchronize specs and data with database table.
FieldProvider is the interface that wraps the functionality of accessing fields.
RowReader is the interface that wraps the functionality of row reader.
Validator is the interface that wraps the functionality of validating field value.