Skip Navigation

Use your database to power state machines

blog.lawrencejones.dev Use your database to power state machines

If you build a state machine on top of a relational database you can abstract concurrency problems away from your business logic and allow developers to write safe-by-default code without dealing with concurrency concerns. This post explains how to build a library that offers those protections, and ...

Use your database to power state machines
5
5 comments