Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ldbc to projects #479

Merged
merged 2 commits into from
Dec 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _data/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
valencik marked this conversation as resolved.
Show resolved Hide resolved
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"
Expand Down