peburrows / diplomat

Elixir library for interacting with Google's Cloud Datastore
94 stars 22 forks source link

Add find function to Transaction module #26

Closed cjab closed 7 years ago

cjab commented 7 years ago

The Transaction.find/2 function accepts an transaction and a key and does a lookup of the key or keys within the transaction. This is a fix for https://github.com/peburrows/diplomat/issues/25

peburrows commented 7 years ago

Awesome, thanks, @cjab. I'll merge this and push a new release to hex.