pub async fn get<T>(connection_pool: &Pool<Sqlite>) -> Result<T, AppError>where T: ?Sized + Serialize + DeserializeOwned + Debug + DbCache,