pub const SQLITE_MAX_ATTACHED: usize = 10;Expand description
SQLite default SQLITE_MAX_ATTACHED (10). Beyond this limit
execute_aggregate returns MiniAppError::Aggregator without
touching SQLite, to keep the failure mode predictable.
pub const SQLITE_MAX_ATTACHED: usize = 10;SQLite default SQLITE_MAX_ATTACHED (10). Beyond this limit
execute_aggregate returns MiniAppError::Aggregator without
touching SQLite, to keep the failure mode predictable.