database

package
v0.0.0-...-e16fcff Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DB *sql.DB

Functions

func ConnectDatabase

func ConnectDatabase() error

func CreateTable

func CreateTable(tableName string, data interface{}) error

func Delete

func Delete(tableName string, conditions map[string]interface{}) error

func Insert

func Insert(tableName string, data interface{}) error

func Read

func Read(tableName string, conditions map[string]interface{}, result interface{}) error

func ReadAll

func ReadAll(tableName string, result interface{}) error

func Update

func Update(tableName string, data map[string]interface{}, conditions map[string]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