in sqldelight can i interact with the backup api of sqlite?
https://www.sqlite.org/backup.html
the goal is to write the in-memory database to file for debugging
when i use a file and want to reset it before each start then the db viewer has a lock on it and does not delete it
or is there any other smarter solutions for this ?