sql

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver[D any] struct {
	// contains filtered or unexported fields
}

func NewDriver

func NewDriver[D any](f OpenFunc[D]) *Driver[D]

func (*Driver[D]) Open

func (d *Driver[D]) Open(cp db.ConfigProvider, tmsID token.TMSID) (D, error)

type OpenFunc

type OpenFunc[D any] func(cp db.ConfigProvider, tmsID token.TMSID) (D, error)

Directories

Path Synopsis
driver

Jump to

Keyboard shortcuts

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