Beignet API reference
    Preparing search index...

    Type Alias RunDatabaseStatusOptions

    Options for inspecting app-owned database migration status.

    type RunDatabaseStatusOptions = {
        captureOutput?: boolean;
        cwd?: string;
        maxOutputBytes?: number;
        signal?: AbortSignal;
        timeoutMs?: number;
    }
    Index
    captureOutput?: boolean
    cwd?: string
    maxOutputBytes?: number

    Keep only the last N bytes from each output stream.

    signal?: AbortSignal

    Cancel the app-owned status script when the owning request aborts.

    timeoutMs?: number

    Stop the app-owned status script after this many milliseconds.