From 25fcc830c70208df8827038be3c881d2517f039c Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Mon, 19 Feb 2024 12:56:09 -0600 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb29432..b36cbaf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ clojure.java.jdbc ======================================== -A low-level Clojure wrapper for JDBC-based access to databases. This project is "Stable" (no longer "Active"). It has effectively been superseded by [seancorfield/next.jdbc](https://github.com/seancorfield/next-jdbc). +A low-level Clojure wrapper for JDBC-based access to databases. This project is "Inactive". It has effectively been superseded by [seancorfield/next.jdbc](https://github.com/seancorfield/next-jdbc). For higher level DSLs and migration libraries that are compatible, see the [documentation](https://clojure-doc.org/articles/ecosystem/java_jdbc/home).