xormtest

package module
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2021 License: MIT Imports: 9 Imported by: 0

README

xormtest

Xorm for testing

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB struct {
	// contains filtered or unexported fields
}

func NewCustomizePrefixDB added in v0.0.5

func NewCustomizePrefixDB(driver string, dataSourceName string, dbName string, databasePrefix string, beans ...interface{}) (*DB, error)

func NewDB

func NewDB(driver string, dataSourceName string, dbName string, beans ...interface{}) (*DB, error)

func (*DB) Close

func (db *DB) Close() (err error)

Close drop database and close database connection

func (*DB) Engine

func (db *DB) Engine() *xorm.Engine

Jump to

Keyboard shortcuts

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