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

    Interface CollegeDBConfig

    Configuration for the collegedb sharded database

    interface CollegeDBConfig {
        coordinator?: DurableObjectNamespace<undefined>;
        kv: KVNamespace;
        shards: Record<string, D1Database>;
        strategy?: ShardingStrategy;
    }
    Index

    Properties

    coordinator?: DurableObjectNamespace<undefined>

    Shard coordinator Durable Object

    kv: KVNamespace

    KV namespace for storing mappings

    shards: Record<string, D1Database>

    Available D1 database bindings

    strategy?: ShardingStrategy

    Default shard allocation strategy