package
0.0.0-20240923102913-687078f62aa1
Repository: https://github.com/oyvindsk/go-playground.git
Documentation: pkg.go.dev

# Functions

PostByID retrieves a row from 'posts' as a Post.
SchemaMigrationByVersion retrieves a row from 'schema_migration' as a SchemaMigration.

# Variables

XOLog provides the log func used by generated queries.

# Structs

Post
Post represents a row from 'posts'.
SchemaMigration represents a row from 'schema_migration'.

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

# Type aliases

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