Expand description
Statement caching for compiled SQL queries.
Caches compiled SQL strings keyed by a hash so repeated queries avoid redundant string building.
Structs§
- Cached
Statement - A cached compiled SQL statement.
- Statement
Cache - LRU-style cache for compiled SQL statements.
Functions§
- cache_
key - Compute a hash key for caching from any hashable value.