DBOS Transact applications can save workflow state in Neon Postgres.
DBOS workflows make your program durable by checkpointing its state in Neon Postgres. If your program ever fails, DBOS recovers the saved state from Postgres when the program restarts, so all your workflows automatically resume from the last completed step.