Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVToSQLOpts ¶
type ColumnDefinition ¶
type DBDefinition ¶
type DBDefinition struct { TableName string ColumnDefinitions []*ColumnDefinition ExpectedRowCount uint64 }
type JSONCatToSQLOpts ¶
type JSONCatToSQLOpts struct {
Strict bool
}
type ToSQLer ¶
func NewCSVToSQLer ¶
func NewCSVToSQLer(opts CSVToSQLOpts) ToSQLer
func NewJSONCatToSQLer ¶
func NewJSONCatToSQLer(opts JSONCatToSQLOpts) ToSQLer
Click to show internal directories.
Click to hide internal directories.