package
0.0.0-20240123214203-0640bbbc0fbd
Repository: https://github.com/mikeder/globber.git
Documentation: pkg.go.dev

# Functions

AllPlayers returns all players from the database.
AuthorByEmail retrieves a row from 'blog.authors' as a Author.
AuthorByID retrieves a row from 'blog.authors' as a Author.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EntriesByPage retrieves up to 5 entries from the database with offset by page ordered by the published date.
EntriesByPublished retrieves a row from 'blog.entries' as a Entry.
EntryArchive returns minimal information about all entries in the database.
EntryByID retrieves a row from 'blog.entries' as a Entry.
EntryBySlug retrieves a row from 'blog.entries' as a Entry.
PlayerByID retrieves a row from 'blog.players' as a Player.
PlayerByUUID retrieves a row from 'blog.players' as a Player.
VersionByID retrieves a row from 'blog.version' as a Version.

# Variables

AuthorTableHeader is the columns within the blog.authors table.
EntryTableHeader is the columns within the blog.entries table.
PlayerTableHeader is the columns within the blog.players table.
VersionTableHeader is the columns within the blog.version table.

# Structs

Author represents a row from 'blog.authors'.
Entry
Entry represents a row from 'blog.entries'.
Player represents a row from 'blog.players'.
Version represents a row from 'blog.version'.

# Interfaces

ScannerValuer is the common interface for types that implement both the database/sql.Scanner and sql/driver.Valuer interfaces.
XODB is the common interface for database operations that can be used with types from schema 'blog'.

# Type aliases

Slice is a slice of ScannerValuers.
StringSlice is a slice of strings.