wowsql library
Official Flutter/Dart SDK for WowSQL
Classes
- AuthResult
- AuthSession
- AuthUser
- ColumnDefinition
- Column definition for table creation
- ColumnInfo
- Column information
- CreateResponse
- Response from a create operation
- DeleteResponse
- Response from a delete operation
- FileUploadResult
- File upload result
- HavingFilter
- Filter operators for queries HAVING clause filter for aggregated results
- OAuthAuthorizationResponse
- OrderByItem
- Order by item for multiple column sorting
- ProjectAuthClient
-
QueryBuilder<
T> - Fluent query builder for constructing and executing queries
-
QueryResponse<
T> - Response from a query operation
- StorageFile
- Storage file information
- StorageQuota
- Storage quota information
- Table
- Represents a database table with fluent API for operations
- TableSchema
- Table schema information
- UpdateResponse
- Response from an update operation
- WOWSQLClient
- Main client for interacting with WOWSQL API
- WOWSQLSchema
- Schema management client for WOWSQL
- WOWSQLStorage
- S3 Storage client for WOWSQL
Enums
- FilterOperator
- SortDirection
- Sort direction
Exceptions / Errors
- AuthenticationException
- Exception for authentication errors
- NetworkException
- Exception for network errors
- NotFoundException
- Exception for not found errors
- RateLimitException
- Exception for rate limit errors
- StorageException
- Base exception for storage errors
- StorageLimitExceededException
- Exception for storage limit exceeded
- WOWSQLException
- Base exception for WOWSQL errors