For SQLDelight are there any elegant routes to ach...
# squarelibraries
c
For SQLDelight are there any elegant routes to achieve
clearAllTables()
which Room allows for? I’d like to clear out all data when a user logs out but it looks like this may be a semi-manual process where we’d need to register which tables exist and then just clear them out in one go.