package
1.5.0
Repository: https://github.com/emicklei/pgtalk.git
Documentation: pkg.go.dev

# Functions

Columns returns the ColumnAccessor list for the given column names.
Delete creates a MutationSet for deleting data.
Insert creates a MutationSet for inserting data with zero or more columns.
Select returns a new QuerySet[Category] for fetching column data.
TableInfo returns meta information about the table.
Update creates a MutationSet to update zero or more columns.

# Variables

ID represents the column "id" of with type "integer", nullable:false, primary:true.
Title represents the column "title" of with type "text", nullable:true, primary:false.

# Structs

Category is generated from the public.categories table.