Documentation ¶
Index ¶
- func CreatePointHexRepresentation(longitude, latitude float64) string
- func FeedbackSchemaTable() string
- func HexToPoint(s string) (float64, float64)
- func InsertRowNoRandomDefaults(dbFlavor, tableName string, fields []*models.Field, override map[string]any) (string, []any)
- func InsertRowWithRandomDefaults(dbFlavor, tableName string, fields []*models.Field, override map[string]any) (string, []any)
- func MysqlCreateTable(tableName string) string
- func PgCreateSchemaTable() string
- func PgCreateTable(tableName string, small bool) string
- func SqlTypeAndDefault(f *models.Field) (string, string)
- func SqliteAlterTable(tableName string, model *models.Model) []string
- func SqliteCreateTable(tableName string, small bool) string
- func UpdateRow(model *models.Model) string
- func UpdateRowFromParams(dbFlavor, tableName string, fields []*models.Field, override map[string]any, ...) (string, []any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FeedbackSchemaTable ¶
func FeedbackSchemaTable() string
func HexToPoint ¶
func MysqlCreateTable ¶
func PgCreateSchemaTable ¶
func PgCreateSchemaTable() string
func PgCreateTable ¶
func SqliteCreateTable ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.