package
Version:
v0.1.81
Opens a new window with list of versions in this module.
Published: Oct 30, 2025
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PsqlObj struct {
PrimaryKey []string `json:"primary_key"`
PsqlColumns []PsqlSchema `json:"columns"`
}
type PsqlSchema struct {
ColumnName string `json:"column_name"`
DataType string `json:"data_type"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.