mariadb

package
v0.0.0-...-55d5d5f Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MariaDatabase

type MariaDatabase struct {
	BatchOps batch_ops.BatchOps
	// contains filtered or unexported fields
}

func NewMariaDBInstance

func NewMariaDBInstance(log logger.Logger, config interface{}) (*MariaDatabase, error)

func (*MariaDatabase) Create

func (rd *MariaDatabase) Create(data interface{}) (interface{}, error)

func (*MariaDatabase) Delete

func (rd *MariaDatabase) Delete(data interface{}) (interface{}, error)

func (*MariaDatabase) Exists

func (rd *MariaDatabase) Exists(data interface{}) bool

func (*MariaDatabase) Get

func (rd *MariaDatabase) Get(data interface{}) (interface{}, error)

func (*MariaDatabase) Update

func (rd *MariaDatabase) Update(data interface{}) (interface{}, error)

Jump to

Keyboard shortcuts

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