Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct { Name string `json:"name"` Driver string `json:"driver"` Host string `json:"host"` Port string `json:"port"` Database string `json:"database"` Username string `json:"username"` Password string `json:"password"` URI string *sqlx.DB }
Database struct contains sql pointer
func (*Database) ExecProcedure ¶
ExecProcedure executes stored procedure
Click to show internal directories.
Click to hide internal directories.