Documentation
    Preparing search index...

    Interface SQLiteTransactionConfig

    interface SQLiteTransactionConfig {
        behavior?: "deferred" | "immediate" | "exclusive";
    }
    Index

    Properties

    Properties

    behavior?: "deferred" | "immediate" | "exclusive"