mercari / datastore

(AE|Cloud) Datastore Wrapper
MIT License
214 stars 20 forks source link

Support ReadOnly transaction #91

Open apstndb opened 2 years ago

apstndb commented 2 years ago

Documentation: Cloud Firestore Datastore mode https://cloud.google.com/datastore/docs/concepts/transactions?hl=en#read-only_transactions Cloud Datastore https://cloud.google.com/datastore/docs/concepts/cloud-datastore-transactions?hl=en#uses_for_transactions

Library support(App Engine Datastore and Cloud Datastore): https://pkg.go.dev/google.golang.org/appengine@v1.1.0/datastore#TransactionOptions https://pkg.go.dev/cloud.google.com/go/datastore@v1.0.0#TransactionOption

s-takehana commented 1 year ago

Is there a workaround?