MongoAdapter.prototype.beginTransaction(options?: TransactionOptions): Promise<IAdapterTransaction>
Opens a driver session and calls startTransaction(). A deployment
without a replica set fails here, with the driver's own error wrapped in
MongoTransactionUnavailableError — never at connect().
optional
options: TransactionOptions
Promise<IAdapterTransaction>