mysql

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package mysql implements the mysql implementation of the sql store.

Index

Constants

This section is empty.

Variables

View Source
var MaxIdleConns = 1048

MaxIdleConns is exported here for testing. Tests execute too slowly with a reconnect each time.

View Source
var MaxOpenConns = 1048

MaxOpenConns is exported here for testing. Tests execute too slowly with a reconnect each time.

View Source
var NamingStrategy = schema.NamingStrategy{}

NamingStrategy is for table prefixes.

Functions

This section is empty.

Types

type Store

type Store struct {
	*base.Store
}

Store is the mysql store. It extends the base store for sqlite specific queries.

func NewMysqlStore

func NewMysqlStore(parentCtx context.Context, dbURL string, handler metrics.Handler, skipMigrations bool) (_ *Store, err error)

NewMysqlStore creates a new mysql store for a given data store.

Jump to

Keyboard shortcuts

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