Add get_next_tx_id API

This API provides a transaction ID that can be used in the 12 byte
version stamps to distinguish between version stamps created in a single
transaction. There's a limit of 65,535 transaction ids afterwhich this
function starts throwing badarg exceptions.
5 files changed
tree: fb6cb3db69ebc5eaf488613a93e09079a51eb61a
  1. c_src/
  2. include/
  3. notes/
  4. plugins/
  5. priv/
  6. src/
  7. test/
  8. .gitignore
  9. enc
  10. LICENSE
  11. Makefile
  12. README.md
  13. rebar.config
README.md

A FoundationDB client in Erlang

Yay!