Y
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
lorendsr
1580 days ago
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.
link