Documentation
¶
Index ¶
- func Create(table string, columns []string, values []interface{}) (map[string]interface{}, error)
- func Delete(table string, id int64) error
- func List(table string, filters map[string]interface{}) ([]map[string]interface{}, error)
- func Raw(query string, args ...interface{}) ([]map[string]interface{}, int64, error)
- func Read(table string, id int64) (map[string]interface{}, error)
- func Update(table string, id int64, updates map[string]interface{}) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.