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

    Interface HyperdriveBindingLike

    Hyperdrive binding shape used by helper factories.

    interface HyperdriveBindingLike {
        connectionString: string;
        localConnectionString?: string;
    }
    Index

    Properties

    connectionString: string
    localConnectionString?: string