| title | DriverCapabilities |
|---|---|
| description | DriverCapabilities Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| transactions | boolean |
✅ | Supports transactions |
| queryFilters | boolean |
✅ | Supports WHERE clause filtering |
| queryAggregations | boolean |
✅ | Supports GROUP BY and aggregation functions |
| querySorting | boolean |
✅ | Supports ORDER BY sorting |
| queryPagination | boolean |
✅ | Supports LIMIT/OFFSET pagination |
| queryWindowFunctions | boolean |
✅ | Supports window functions with OVER clause |
| querySubqueries | boolean |
✅ | Supports subqueries |
| joins | boolean |
✅ | Supports SQL joins |
| fullTextSearch | boolean |
✅ | Supports full-text search |
| jsonFields | boolean |
✅ | Supports JSON field types |
| arrayFields | boolean |
✅ | Supports array field types |