A sphia plugin that allows transactions in sophiaDB
with clib do,
clib install sphia/sphia-transactions
with git do,
$ git clone [email protected]:deepak1556/sphia-transactions.git /tmp/sphia-transactions
$ make -C /tmp/sphia-transactions make install
$ sphia-transaction --path /tmp/
sphia>
commands :
-- begin [starts the transaction]
-- commit [indicates completion of transaction]
-- set --key <key> --value <value>