You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/projects.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,12 @@
70
70
description: "A pure functional JDBC layer for Scala. It is not an ORM, nor is it a relational algebra; it just provides a principled way to construct programs (and higher-level libraries) that use JDBC."
71
71
github: "https://github.com/tpolecat/doobie"
72
72
affiliate: true
73
+
- title: "edomata"
74
+
category: "Event sourcing and CQRS"
75
+
description: "Event-driven automata for Scala, Scala.js and scala native. This library provides purely functional state machines that can be used to create event sourced and/or CQRS style applications. It also includes production ready backends."
76
+
github: "https://github.com/hnaderi/edomata"
77
+
permalink: "https://edomata.ir/"
78
+
affiliate: true
73
79
- title: "eff"
74
80
category: "effects"
75
81
description: "Extensible effects are an alternative to monad transformers for computing with effects in a functional way. This library is based on the “free-er” monad and an “open union” of effects described by Oleg Kiselyov in “Freer monads, more extensible effects”"
0 commit comments