Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
TypeMapKassetteToDest = map[string]string{
"INT": "int",
"FLOAT": "float64",
"BOOLEAN": "bool",
"SERIAL": "int",
"BIGSERIAL": "int64",
"VARCHAR": "string",
"TEXT": "string",
"JSONB": "string",
"TIMESTAMP": "datetime",
}
)
Functions ¶
This section is empty.
Types ¶
type HandleT ¶
type HandleT struct {
DBHandle *sql.DB `json:"DBHandle"`
Schema integrations.SchemaT `json:"Schema"`
}
func (*HandleT) InsertPayloadInTransaction ¶
func (handle *HandleT) InsertPayloadInTransaction(rawPayloads []json.RawMessage) error
type TransformerHandleT ¶
type TransformerHandleT struct{}
func (*TransformerHandleT) Convert ¶
func (handleT *TransformerHandleT) Convert(v interface{}, converToType string) (interface{}, bool)
Click to show internal directories.
Click to hide internal directories.