In memory Deno Kv
Hi there,
I am exploring with Deno Kv and it looks great! But my test are failing because I reuse the same database over and over.
Is there a way to initialize an in memory version of
I am exploring with Deno Kv and it looks great! But my test are failing because I reuse the same database over and over.
Is there a way to initialize an in memory version of
Deno.Kv ? Something like sqlite in memory (https://www.sqlite.org/inmemorydb.html)?