Skip to main content

CONNECTIONS

Constant CONNECTIONS 

Source
pub const CONNECTIONS: usize = 5;
Expand description

How many databases .connection can hold open at once.

Five, which is the reference’s own array size. A slot that has never been switched to is closed, and switching to one opens an in-memory database there - which is what makes .connection 1 a working command on a shell that was started with one file.