client_manager/manager/client_manager_models library

Classes

ClientManagerSqlUtils
Utility class for generating SQLite SQL strings from TetherModels and applying transformations.
FinalSqlStatement
Represents the final built SQL string and its arguments.
OrderTerm
Helper class to track ordering information for Drift and Supabase queries.
SqlStatement
Represents a structured SQL query being built.

Enums

SqlOperationType
Types of queries that can be performed against Supabase.

Typedefs

FromJsonFactory<T extends TetherModel<T>> = T Function(Map<String, dynamic> json)
FromSqliteFactory<T extends TetherModel<T>> = T Function(Row sqliteRow)