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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,7 @@
101
101
platforms: [js, jvm, native]
102
102
- title: "doobie"
103
103
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."
104
-
github: "https://github.com/tpolecat/doobie"
105
-
affiliate: true
104
+
github: "https://github.com/typelevel/doobie"
106
105
platforms: [jvm]
107
106
- title: "edomata"
108
107
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."
0 commit comments