pub fn rusqlite_other_error(msg: impl Into) -> tokio_rusqlite::Error { tokio_rusqlite::Error::Other(msg.into().into()) }