@earth-app/collegedb
    Preparing search index...

    Function createInMemoryKVProvider

    • Factory function to create an in-memory KV storage provider.

      Returns InMemoryKVStorage

      InMemoryKVStorage instance

      import { createInMemoryKVProvider } from '@earth-app/collegedb';

      const kv = createInMemoryKVProvider();
      initialize({
      kv,
      shards: { /* ... */ }
      });