basic

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteWithMultipleConditions

func DeleteWithMultipleConditions() (string, []interface{}, error)

DeleteWithMultipleConditions returns a DELETE with multiple WHERE conditions

func InsertWithMultipleColumns

func InsertWithMultipleColumns() (string, []interface{}, error)

InsertWithMultipleColumns returns an INSERT with multiple columns

func SelectWithLimit

func SelectWithLimit() (string, []interface{}, error)

SelectWithLimit returns a SELECT query with LIMIT clause

func SelectWithOrderBy

func SelectWithOrderBy() (string, []interface{}, error)

SelectWithOrderBy returns a SELECT query with ORDER BY clause

func SimpleDelete

func SimpleDelete() (string, []interface{}, error)

SimpleDelete returns a basic DELETE statement

func SimpleInsert

func SimpleInsert() (string, []interface{}, error)

SimpleInsert returns a basic INSERT statement

func SimpleSelect

func SimpleSelect() (string, []interface{}, error)

SimpleSelect returns a basic SELECT query for active users

func SimpleUpdate

func SimpleUpdate() (string, []interface{}, error)

SimpleUpdate returns a basic UPDATE statement

func UpdateWithMultipleColumns

func UpdateWithMultipleColumns() (string, []interface{}, error)

UpdateWithMultipleColumns returns an UPDATE with multiple columns

Types

This section is empty.

Jump to

Keyboard shortcuts

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