Hi, is there some simple way how to delete sqldeli...
# squarelibraries
k
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.
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
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 ?
102 Views