Skip to main content

Module bridge

Module bridge 

Source

Structs§

BorrowedSqlTransaction
BorrowedSqlTxn
HnswTxnEntry
LocalRangeChangeJournal
Captures the pre-write SQL keyspace for one local transaction. Calling Self::stage before the transaction commits records the exact row/index delta in that same durable boundary.
RangeChangeJournalScope
Scope used to turn local SQL row and secondary-index changes into one ordered range-change record.
SqlTransaction
SQL transaction wrapping a KV transaction.
TxnBridge
TxnBridge provides SQL-friendly transaction handles on top of a KVStore.

Traits§

SqlTxn

Type Aliases§

TxnContext
Backwards-compatible alias for SqlTransaction.