Documentation ¶
Index ¶
Constants ¶
View Source
const ( INSERT = "INSERT INTO qrcodes_tb (url, code_id, folder, name, path, initer, img_b) VALUES($1, $2, $3, $4, $5, $6, $7)" DELETE = "DELETE FROM qrcodes_tb WHERE initer=$1" GET = "SELECT img_b FROM qrcodes_tb WHERE initer=$1" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.