query

package
v0.0.0-...-c86e3d9 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	QUERY_FIND_USERS_BY_USERNAME string = "SELECT email, password, role FROM users WHERE Username = ?"
	QUERY_CREATE_ACCOUNT         string = "INSERT INTO app.users (Email, Username, Password, Role) VALUES (?, ?, ?, 1)"
)
View Source
const (
	QUERY_CREATE_ARTICLE string = "INSERT INTO meows(titre, content, created_at) VALUES($1, $2, $3)"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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