vedang / clj_fdb

A thin Clojure wrapper for the Java API for FoundationDB.

Home Page:https://vedang.github.io/clj_fdb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement mutate atomic operation on transactions

vedang opened this issue · comments

List of tasks

  • Add wrapper fns for mutate operation in the clj_fdb/src/transactions.clj file.
  • Add relevant tests for the namespace.
  • Add an example in vedang/farstar to show how this operation can be used.

Javadoc for Reference