Versions in this module Expand all Collapse all v1 v1.0.0 Jan 12, 2025 Changes in this version + func Pretty(str string) string + type Codex struct + DB mantisDb.MySQL + DefaultQueries DefaultQueries + Queries map[string]string + Table string + func CreateGodex(db mantisDb.MySQL, table string, SelectById string, SelectOne string, ...) Codex + func (c *Codex) Delete() error + func (c *Codex) Insert() (int64, error) + func (c *Codex) RawQuery(query string, args ...any) (any, error) + func (c *Codex) Select(args ...any) ([]any, error) + func (c *Codex) SelectById(args ...any) (any, error) + func (c *Codex) SelectOne(args ...any) (any, error) + func (c *Codex) SoftDelete() (int64, error) + func (c *Codex) String() string + func (c *Codex) Update() (int64, error) + type CxArgs map[string]any + type DefaultQueries struct + Delete string + Insert string + Select string + SelectById string + SelectOne string + SoftDelete string + Update string