pub async fn get_object(
    conn: &mut PoolConnection<Sqlite>,
    query: String
) -> Result<Vec<u8>>