applctv / gcp-scala-datastore

Scala wrapper to Google Cloud Datastore operations
15 stars 16 forks source link

Working with new transaction #27

Open mankityau opened 6 years ago

mankityau commented 6 years ago

When trying to work with new transaction. It returns an Future[Transaction], then it forces me to work with gcd package directly. Including creating a new keys and the BaseEntity is almost rendered useless in such scenario.

I am not sure if I am describing the situation correctly or if someone can please correct me when I am doing something wrong.