Login
From:
Raphael Medaer’s blog
(Uncensored)
subscribe
Versioned FSM (Finite-State Machine) with Postgresql | Raphael Medaer's blog
https://raphael.medaer.me/2019/06/12/pgfsm.html
links
backlinks
Roast topics
Find topics
Find it!
Inspired by Felix Geisendorfer blog post I implemented a database FSM (Finite-State Machine) with Postgresql. I brought some improvements to Felix’s implementation but before reading the following I recommend you to read carefully the original post.