mysql

package
v0.0.0-...-e3259e4 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mysql provides functions for querying mysql databases

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

type Database struct {
	Host string
	Port int
	Name string
	User string
	Pass string
}

Database is a structure that contains the database credentials

func (Database) MySQLQuery

func (d Database) MySQLQuery(q Query) (result string, err error)

MySQLQuery returns the result of a MySQL query

type Query

type Query struct {
	Table  string
	Column string
	Key    string
	Value  string
}

Query is a structure that contains the query database

Jump to

Keyboard shortcuts

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