@archastro/sdk
    Preparing search index...

    Interface D1Database

    Provider object fields for a D1 database.

    interface D1Database {
        id: string;
        jurisdiction?: string;
        name: string;
        read_replication?: Record<string, unknown>;
        type: "d1_database";
    }
    Index

    Properties

    id: string

    Provider-assigned object identifier.

    jurisdiction?: string
    name: string
    read_replication?: Record<string, unknown>
    type: "d1_database"