pub async fn insert_image( pool: &PgPool, file_path: &String, timestamp: &i64, ) -> Result<(), Error>
Insert image file_path and timestamp into database (currently unused).