databases

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Author: James Mallon <jamesmallondev@gmail.com> databases package -

Author: James Mallon <jamesmallondev@gmail.com> databases package -

Author: James Mallon <jamesmallondev@gmail.com> databases package -

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBInterface

type DBInterface interface {
	//Insert(obj interface{}) error
	//Select(obj interface{}) error
	//SelectOne(obj interface{}) error
	//Update(obj interface{}, changes map[string]interface{}) error
	//Delete(obj interface{}) error
	GetConn() *gorm.DB
	Check() error
	Migrate(ojb ...interface{})
}
var (
	DbConn DBInterface
)

Jump to

Keyboard shortcuts

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