psql

package
v0.0.0-...-0ae32de Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2022 License: MIT Imports: 4 Imported by: 0

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

func Delete

func Delete(args ...any) ([]interface{}, error)

func Get

func Get(args ...any) ([]interface{}, error)

func Insert

func Insert(args ...any) ([]interface{}, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL