Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindRoutes ¶
func BindRoutes(router *gin.RouterGroup, connString string)
BindRoutes bind SQLite routes to REST client
Types ¶
type BodyQuery ¶
type BodyQuery struct {
ID string `json:"id"` // For stored statement
SQL string `json:"sql" binding:"required"`
Params []interface{} `json:"params"`
}
BodyQuery request body of how it should queried
type StatementStore ¶
StatementStore storage of SQL statements
Click to show internal directories.
Click to hide internal directories.