I am creating a parking booking system in python.
The last time slot ends at 3PM, I want to do something where I clear the whole SQL database at 3PM so that the bookings don't need to be manually deleted.
is there any way of doing this in python?
I am creating a parking booking system in python.
The last time slot ends at 3PM, I want to do something where I clear the whole SQL database at 3PM so that the bookings don't need to be manually deleted.
is there any way of doing this in python?