Hi, is there some simple way how to delete sqldelight database file on iOS platform? I need to delete it in tests but so far I succeeded to do it only on Android.
Klara Erlebachova
10/01/2019, 1:59 PM
So I created another .sq file with
DELETE FROM
functions and I am running this before tests. Not exactly happy with this solution but it's working.
n
Nikky
10/01/2019, 9:23 PM
the question you asked sounds more like.. how do you delete a database, which may be backed by a file..
so how to delete a file?
and then how to reinitialize the database i guess ?