drivers

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2023 License: Apache-2.0 Imports: 0 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 interface {
	// Authorize the connection to the database
	Auth() error

	// Close the database connection and free up resources
	Close() error

	// Name of the driver
	DriverName() string

	// Insert data in bulk
	InsertBulk(table string, data []map[string]interface{}) (inserted int, err error)

	// Remove all the data from the table
	Truncate(table string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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