Documentation ¶
Index ¶
- func GetInsertRequest(table string, i interface{}) (string, error)
- func GetSelectRequest(table string, i interface{}) (string, error)
- func GetUpdateRequest(table string, idName string, i interface{}, skipped []string) (string, error)
- func NewSqlite3(path string, migrations embed.FS) (*sqlx.DB, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetInsertRequest ¶
func GetSelectRequest ¶
func GetUpdateRequest ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.