pub type SQLiteConnections = HashMapId<Arc<Mutex<Connection>>>;
pub struct SQLiteConnections { /* private fields */ }