Open
Description
At the moment, the eventually-postgres
implementation uses a stored procedure to aid in the event::Store::append
and aggregate::Repository::save
methods.
Instead, we could mimick the functionality of go-eventually where we use an isolated, serializable transaction to perform the update, which removes the need for stored procedures: