insert_image

Function insert_image 

Source
pub async fn insert_image(
    pool: &PgPool,
    file_path: &String,
    timestamp: &i64,
) -> Result<(), Error>
Expand description

Insert image file_path and timestamp into database (currently unused).