You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: