kysely
    Preparing search index...

    Interface ControlledTransctionState

    interface ControlledTransctionState {
        isCommitted: boolean;
        isRolledBack: boolean;
    }
    Index

    Properties

    isCommitted: boolean
    isRolledBack: boolean