pub fn put_snapshot(
    snapshot: Snapshot,
    pool: &DbConnectionPool
) -> Result<(), HandleError>