# Functions
Query creates a new query statement.
# Constants
DestinationTypeLocal represents using local database as destination.
DestinationTypeOrigin represents using data origin as destination.
QueryTypeInsert represents an INSERT or REPLACE statement.
QueryTypeSelect represents a SELECT statement.
QueryTypeUpdate represents an UPDATE statement.
# Type aliases
DestinationType represents the type of destination for the query.
QueryType represents the type of query.