Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVRow ¶
type CSVRow struct { DBMS string `csv:"dbms"` TableSchema string `csv:"table_schema"` TableName string `csv:"table_name"` ColumnName string `csv:"column_name"` OrdinalPosition string `csv:"ordinal_position"` DataType string `csv:"data_type"` CharMaxLength string `csv:"character_maximum_length"` ConstraintType string `csv:"constraint_type"` RefTableSchema string `csv:"referenced_table_schema"` RefTableName string `csv:"referenced_table_name"` RefColumnName string `csv:"referenced_column_name"` }
type Cacoo ¶
type Cacoo struct {
// contains filtered or unexported fields
}
Cacoo struct
func (*Cacoo) OutputSchema ¶
OutputSchema output dot format for full relation.
Click to show internal directories.
Click to hide internal directories.