pub const DEFAULT_CAPACITY: usize = 16;Expand description
rusqlite’s default per-connection statement-cache capacity (LRU slots). We
adopt it unless StatementCache::with_capacity overrides — a server with
many distinct fetch shapes may want a larger bound (05 §13 Q7).