sql

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2024 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

View Source
const (
	Id        = "id"
	CreatedAt = "created_at"
	UpdatedAt = "updated_at"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Counter

type Counter interface {
	Count() string
}

type Deleter

type Deleter interface {
	Delete() string
}

type Finder

type Finder interface {
	Find() string
}

type Geter

type Geter interface {
	Get() string
}

type GeterForUpdate

type GeterForUpdate interface {
	GetForUpdate() string
}

type Inserter

type Inserter interface {
	Insert() string
}

type Pager

type Pager interface {
	Pagination() string
}

type Saver

type Saver interface {
	Save() string
}

type Updater

type Updater interface {
	Update() string
}

Jump to

Keyboard shortcuts

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