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