# Functions
Delete deletes rows from the table.
Insert inserts incoming rows to the table.
Replace replaces objects in the table.
Scan creates an iterator that iterates over each object of the given table that match the given ranges.
ScanReverse creates an iterator that iterates over each object of the given table in reverse order.
No description provided by the author
# Structs
A DeleteOperator replaces objects in the table.
A InsertOperator inserts incoming rows to the table.
A ReplaceOperator replaces objects in the table.
A ScanOperator iterates over the objects of a table.
ValidateOperator validates and converts incoming rows against table and field constraints.