I have a room db where i saved my data , i want to delete that data after 5 days , starting from the date it was saved , is there anyway to do that guys , thank you
this is my room db deletion query
@Query("DELETE FROM sporttable ")
void deletedata(LiveModel list);
to be more clear : if data has been in 2019-10-24 , by 2019-10-29 i want it to be deleted , thank you guys