database

package
v0.0.0-...-d12941f Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DbEntity

type DbEntity interface {
	GetTableName() string
	CreateTable(service DbService) error
	DropTable(service DbService) error
	AddOrUpdate(service DbService) error
	Insert(service DbService) error
	Update(service DbService) error
	Delete(service DbService) error
}

DbEntity entity interface.

type DbService

type DbService interface {
	Connect() (*sqlx.DB, error)
	Execute(query string) error
}

DbService database interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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