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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ clojure.java.jdbc
3
3
4
4
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).
5
5
6
-
For higher level DSLs and migration libraries that are compatible, see the [documentation](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html).
6
+
For higher level DSLs and migration libraries that are compatible, see the [documentation](https://clojure-doc.org/articles/ecosystem/java_jdbc/home).
7
7
8
8
Formerly known as `clojure.contrib.sql`.
9
9
@@ -12,10 +12,10 @@ This library is mature and stable. It is widely used and its use is described in
*[Manipulating Data with SQL](https://clojure-doc.org/articles/ecosystem/java_jdbc/using_sql)
17
+
*[How to Reuse Database Connections](https://clojure-doc.org/articles/ecosystem/java_jdbc/reusing_connections)
18
+
*[Using DDL and Metadata](https://clojure-doc.org/articles/ecosystem/java_jdbc/using_ddl)
19
19
20
20
Support
21
21
========================================
@@ -106,7 +106,7 @@ Example Usage
106
106
{:row-fn:cost})
107
107
;; (24)
108
108
```
109
-
For more detail see the [API reference](https://clojure.github.io/java.jdbc/) or [documentation](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html).
109
+
For more detail see the [API reference](https://clojure.github.io/java.jdbc/) or [documentation](https://clojure-doc.org/articles/ecosystem/java_jdbc/home).
0 commit comments