split the datastore into a read and a write interface
This way, we can abstract over transactions, datastores, and batches when we just need to write to the datastore.
Showing
Please register or sign in to comment
This way, we can abstract over transactions, datastores, and batches when we just need to write to the datastore.