Hacker News new | ask | show | jobs
by civilized 1580 days ago
What's the difference between "manually" managing state with a database and "automatically" managing it with Temporal?
1 comments

Manually is writing code to read and write to the DB. Automatically is writing code, and all the code state (local variables, execution progress) is persisted for you.