CoreΒΆ
The core module provides the SQL processing pipeline: statement compilation, parameter processing, result handling, caching, and filtering.
Statement & Compiler
SQL object, StatementConfig, SQLProcessor, and CompiledSQL.
Parameters
Parameter processing, style conversion, and validation.
Results
SQLResult, ArrowResult, StackResult, and DMLResult.
Filters
Composable statement filters for pagination, search, and ordering.
Cache
LRU cache with TTL, namespaced caching, and cache configuration.
Query Modifiers
ConditionFactory, WHERE helpers, and expression functions.
Type Converters
Output and input type conversion for database values.