Documentation ¶
Index ¶
- type Myconnection
- func (DB *Myconnection) Close() (err error)
- func (DB *Myconnection) Exec(sql string, args ...any) (result sql.Result, err error)
- func (DB *Myconnection) Query(sql string, args ...any) (result []map[string]string, err error)
- func (DB *Myconnection) QueryRow(sql string, args ...any) (result map[string]string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.