db

package
v0.16.1 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: Apache-2.0 Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Default added in v0.12.0

type Default struct{}

func (Default) Connect added in v0.12.0

func (d Default) Connect(cfg config.DatasourceConfig) (*mongo.Client, error)

type Plugin added in v0.12.0

type Plugin interface {
	// Connect returns a mongo.Client connected to the database.
	Connect(cfg config.DatasourceConfig) (*mongo.Client, error)
}

Plugin is the db plugin. Implement this interface to enable custom db connections.

Jump to

Keyboard shortcuts

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