Packages

An embedded, crash-safe key-value store for Gleam, inspired by CubDB

Current section

Files

Jump to
trove include trove_Commit.hrl
Raw

include/trove_Commit.hrl

-record(commit, {tx :: trove@internal@tx:tx(any(), any()), result :: any()}).