//
pkg.gl
Category
github.com/frm-adiputra/csv2postgres
schema
package
0.5.1
Repository:
https://github.com/frm-adiputra/csv2postgres.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
2
Files
300 SLOC
#
Functions
NewTable
NewTable creates a new table spec from a YAML file.
NewView
NewView creates a new view spec from a YAML file.
#
Structs
ComputedField
ComputedField specifies computed field configurations.
Field
Field for Table It is allowed for multiple fields with different name to have a same original name.
Table
Table specifies how to process a CSV file.
View
View specifies a database view.