package
0.1.5
Repository: https://github.com/studiously/unitsvc.git
Documentation: pkg.go.dev

# Functions

UnitByID retrieves a row from 'public.units' as a Unit.
UnitsByClassID retrieves a row from 'public.units' as a Unit.

# Variables

XOLog provides the log func used by generated queries.

# Structs

Unit represents a row from 'public.units'.

# 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 'public'.

# Type aliases

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