mirror of
https://github.com/google/nomulus
synced 2026-02-08 05:50:24 +00:00
* 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