pub(crate) async fn get_or_create_connection( state: &mut State, name: String, ) -> Result<Arc<Mutex<Connection>>, Error>
Gets or creates a DuckDB connection with the given name.