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

    Interface Env

    Environment bindings for the Cloudflare Worker

    interface Env {
        HYPERDRIVE?: {
            connectionString: string;
            localConnectionString?: string;
        };
        KV: KVStorage;
        ShardCoordinator: DurableObjectNamespace;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      D1 database bindings - dynamic based on Wrangler configuration

    Index

    Properties

    HYPERDRIVE?: { connectionString: string; localConnectionString?: string }

    Optional Hyperdrive binding for external SQL connectivity

    Key-value namespace for storing primary key to shard mappings

    ShardCoordinator: DurableObjectNamespace

    Durable Object binding for shard coordination