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