Open a StorageInterface that stores all data in a Deno.Kv database.
Unlike the denoKvSmallStorageAdapter, this one uses the Deno KV toolbox to chunk blobs and allow you to store data larger than 64kb.
denoKvSmallStorageAdapter
The Deno key-value database.
Open a StorageInterface that stores all data in a Deno.Kv database.
Unlike the
denoKvSmallStorageAdapter
, this one uses the Deno KV toolbox to chunk blobs and allow you to store data larger than 64kb.