Expand description
SQL builder for SQLite queries
Converts AnkQL predicates to SQLite-compatible SQL WHERE clauses.
Structs§
- Split
Predicate - Result of splitting a predicate for SQLite execution.
- SqlBuilder
- SQL builder for SQLite queries
Enums§
Functions§
- split_
predicate_ for_ sqlite - Split a predicate into parts that can be pushed down to SQLite vs evaluated post-fetch.