Crate spacetimedb_commitlog

Source

Re-exports§

Modules§

Structs§

  • The canonical commitlog, backed by on-disk log files.
  • Commitlog options.
  • An owned string with a max length of N, like the venerable VARCHAR.

Functions§

  • Obtain an iterator which traverses the commitlog located at the root directory from the start, yielding StoredCommits.
  • Obtain an iterator which traverses the commitlog located at the root directory starting from offset and yielding StoredCommits.
  • Traverse the commitlog located at the root directory from the start and “fold” its transactions into the provided Decoder.
  • Traverse the commitlog located at the root directory starting from offset and “fold” its transactions into the provided Decoder.
  • Obtain an iterator which traverses the commitlog located at the root directory from the start, yielding Transactions.
  • Obtain an iterator which traverses the commitlog located at the root directory starting from offset and yielding Transactions.