Leaf
    Preparing search index...
    • 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.

      Parameters

      • kv: Kv

        The Deno key-value database.

      Returns StorageInterface