Calls runUpdaters
and runEffects
on the given actions
Receive block, validate, and handle actions with updaters and effects
Process actions against asynchronous side effects.
Process actions against deterministically accumulating updater functions.
Connects to a Postgres database using MassiveJS. This expects that the database is already migrated, including an
_index_state
table. Refer to the tests for more information.