mirror of
https://github.com/google/nomulus
synced 2026-07-20 06:52:27 +00:00
19395def5b
* Implement a persistable Transaction object Implement Transaction, which encapsulates a sequence of datastore mutations that can be serialized and written to the Cloud SQL Transaction table and subsequently replayed to Datastore from a backend cron job. * Changes requested in review * Add a mujtation count to the persisted format