Postgres
@node-ts/bus-postgres provides a persistence adapter based on Postgres that's used when storing workflow state.
Installation
Install the @node-ts/bus-postgres package
Create a new PostgresPersistence instance and provide it to the bus configuration.
Last updated