Keep database state after failed test

I know what I can do from IEx.
I was just looking for an easy way to use sqlite itself. I like to be able to type raw sql queries sometimes.
I know I can do that with ecto as well but it’s a tiny bit more work.

Furthermore having the database available outside of the tests allows me to copy it and do other things with it as well.