duro::begin - start a transaction
duro::begin arg ?arg?
Starts a transaction and returns an identifier for the transaction.
If invoked with two arguments, duro::begin starts a toplevel transaction in the database environment specified by env which interacts with the database dbname.
If invoked with one argument, duro::begin starts a child transaction of the transaction specified by txId.