db

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetMongoDBInstance

func GetMongoDBInstance(uri string) *mongoDB

func GetPostgresInstance

func GetPostgresInstance(host string, port int, user string, password string, dbname string) *postgresDB

Types

type SQLColsVals

type SQLColsVals struct {
	Cols   []string
	Values []any
}

type SQLEntity

type SQLEntity struct {
	Table    string
	ColsVals SQLColsVals
	Filters  SQLColsVals
}

Jump to

Keyboard shortcuts

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