How could I test my code with an in-memory databas...
# exposed
w
How could I test my code with an in-memory database? I use a lot of
transaction
in my code and whenever such block ends the database is closed (and opened again if I open a new block). This means that I cannot really test the functionality of my code.