Type Alias StorageCapability

StorageCapability:
    | "sync"
    | "transactions"
    | "wal"
    | "locks"
    | "persistence"
    | "streaming"
    | "batch"
    | "prepared"
    | "concurrent"
    | "json"
    | "arrays"

Supported storage capability flags.

These flags indicate what features are available for each adapter implementation. Consumers should check these capabilities before attempting operations that may not be universally supported.