Hi,
How do I delete an SQLite database for the various backends?
I see that for IDB there is this delete_db private method, for sahpool I am not sure which methods may be around, and I guess that for the in-memory one every refresh is a clear.
Maybe there should be a trait standardizing how to drop the DB across backends?
Best,
Luca