vmongodb

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mongodb

type Mongodb struct {
	Client        *mongo.Client
	ClientOptions *options.ClientOptions
	Database      *mongo.Database
	Options       *Options
}

func New

func New(options map[string]any) (mongodbS *Mongodb, err error)

New create new mongodb

func (*Mongodb) C

func (mongodbS *Mongodb) C(col string) *mongo.Collection

C shortcut for GetCol

func (*Mongodb) GetCol

func (mongodbS *Mongodb) GetCol(col string) *mongo.Collection

GetCol select collection

func (*Mongodb) Ping

func (mongodbS *Mongodb) Ping() error

func (*Mongodb) SetConfig

func (mongodbS *Mongodb) SetConfig(opts map[string]any) (err error)

SetConfig set config

func (*Mongodb) SetDb

func (mongodbS *Mongodb) SetDb(db string)

SetDb select database

type Options

type Options struct {
	Db           string        `mapstructure:",omitempty"`
	Limit        int           `mapstructure:",omitempty"` // query limit
	MaxPoolSize  int           `mapstructure:",omitempty"` // max pool size
	ReadPrefMode readpref.Mode `mapstructure:",omitempty"`
	Timeout      int           `mapstructure:",omitempty"` // second
	Uri          string        `mapstructure:",omitempty"`
}

func (*Options) String

func (o *Options) String() (data string)

Jump to

Keyboard shortcuts

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