Open a StorageInterface that stores all data in a Deno.Kv database.
If you need to store entities larger than 64kb then you should use denoKvBlobStorageAdapter.
denoKvBlobStorageAdapter
The Deno key-value database.
Open a StorageInterface that stores all data in a Deno.Kv database.
If you need to store entities larger than 64kb then you should use
denoKvBlobStorageAdapter
.