munch

package module
v0.0.0-...-e94fd44 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2021 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MySQL = iota
	Postgres
)

Client Types - ENUM

Variables

This section is empty.

Functions

func NewQueryBuilder

func NewQueryBuilder(config SQLConfig) (*queryBuilder, error)

Types

type SQLConfig

type SQLConfig struct {
	Client  int
	Host    string
	Port    int
	User    string
	Pass    string
	DBName  string
	SSLMode string
}

Jump to

Keyboard shortcuts

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