mysql

package
v0.0.0-...-1770643 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PaginationQuery

func PaginationQuery(db *gorm.DB, limit, offset int, t interface{}) (int, error)

PaginationQuery query with pagination, return total count

func UseTx

func UseTx(db *gorm.DB, funcs ...TxFunc) error

UseTx is transaction wrapper for gorm

func WithPagination

func WithPagination(db *gorm.DB, limit, offset int) (int, *gorm.DB, error)

WithPagination warp a orm query, return total count and query instance

Types

type TxFunc

type TxFunc func(tx *gorm.DB) error

TxFunc is params type of gorm tx

Jump to

Keyboard shortcuts

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