Wraps a raw Cloudflare Workers KVNamespace in CollegeDB's
KVStorage contract.
Use this when your KV binding is the native Workers KVNamespace (from
env.KV) rather than a NuxtHub/Unstorage-style client (see
createNuxtHubKVProvider for that). The adapter maps get/put/
delete/list directly and preserves the paginated list cursor.
Wraps a raw Cloudflare Workers
KVNamespacein CollegeDB's KVStorage contract.Use this when your KV binding is the native Workers
KVNamespace(fromenv.KV) rather than a NuxtHub/Unstorage-style client (see createNuxtHubKVProvider for that). The adapter mapsget/put/delete/listdirectly and preserves the paginatedlistcursor.