From b2c9970583a4540dc2d0bba0dc932d0a14e2cd7f Mon Sep 17 00:00:00 2001 From: Yogthos Date: Thu, 11 Jun 2026 22:38:09 -0400 Subject: [PATCH] docs: jdbc.core (jolt-lang/db) in libraries.md --- docs/libraries.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/libraries.md b/docs/libraries.md index 612443a..c3d8c82 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -12,3 +12,5 @@ Libraries confirmed to load and pass their conformance checks on Jolt on the [ring-app example](https://github.com/jolt-lang/examples/tree/main/ring-app)'s spork/http adapter * [ring-codec](https://github.com/ring-clojure/ring-codec) +* [clojure.jdbc](https://github.com/yogthos/clojure.jdbc) — as [jolt-lang/db](https://github.com/jolt-lang/db)'s + `jdbc.core`, reimplemented over janet sqlite3/pq drivers (SQLite + PostgreSQL)