database

package
v0.5.14 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0, MIT Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInmemoryWithHighConcurrency = errors.New("cannot use in-memory database with concurrency > 1")
	ErrDatabaseNotSupported        = errors.New("database not supported")
)

Functions

func AddPragmaToSQLite added in v0.4.0

func AddPragmaToSQLite(connString string) (string, error)

func DoRetry

func DoRetry(ctx context.Context, f func() error) error

func OpenFromCLI added in v0.2.28

func OpenFromCLI(c *cli.Context) (*gorm.DB, io.Closer, error)

func OpenWithLogger added in v0.3.0

func OpenWithLogger(connString string) (*gorm.DB, io.Closer, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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