From db89c28d34961234c504d384e24d34b12bd24fdf Mon Sep 17 00:00:00 2001 From: takapi327 Date: Wed, 27 Dec 2023 17:10:39 +0900 Subject: [PATCH 1/2] Add ldbc to projects --- _data/projects.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_data/projects.yml b/_data/projects.yml index 270ad92c..b320d87f 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -214,6 +214,10 @@ description: "Site and e-book generator and customizable text markup transformer for sbt, Scala and Scala.js" github: "https://github.com/typelevel/Laika" platforms: [js, jvm] +- title: "LDBC" + description: "Pure functional JDBC layer with Cats Effect 3 and Scala 3" + github: "https://github.com/takapi327/ldbc" + platforms: [jvm] - title: "Lepus" description: "Purely functional, non-blocking RabbitMQ client for scala, scala js and scala native built on top of fs2." github: "https://github.com/hnaderi/lepus" From 5ad4ba28ec62158841ac9ce1ed58ad1b30b12740 Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Wed, 27 Dec 2023 09:09:00 -0500 Subject: [PATCH 2/2] Mark LDBC as an affiliate project --- _data/projects.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/projects.yml b/_data/projects.yml index b320d87f..e1537c6e 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -217,6 +217,7 @@ - title: "LDBC" description: "Pure functional JDBC layer with Cats Effect 3 and Scala 3" github: "https://github.com/takapi327/ldbc" + affiliate: true platforms: [jvm] - title: "Lepus" description: "Purely functional, non-blocking RabbitMQ client for scala, scala js and scala native built on top of fs2."