Function mentat_db::debug::transactions_after
[−]
[src]
pub fn transactions_after<S: Borrow<Schema>>(
conn: &Connection,
schema: &S,
tx: i64
) -> Result<Transactions>
Return the sequence of transactions in the store with transaction ID strictly greater than the
given tx
, ordered by (tx, e, a, v).
Each transaction returned includes the [(transaction-tx) :db/txInstant ...] datom.