Ducklings API Documentation
    Preparing search index...

    Enumeration AccessMode

    Database access mode.

    Index

    Enumeration Members

    Enumeration Members

    AUTOMATIC: "automatic"

    DuckDB determines mode based on context (resolves to READ_WRITE for in-memory)

    READ_ONLY: "read_only"

    Read-only mode - all write operations are blocked

    READ_WRITE: "read_write"

    Read-write mode - allows both reads and writes