From 7603e257e92ad8ca8503c0d8f460be8c2619b4c9 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Mon, 10 Feb 2020 15:11:13 -0800 Subject: [PATCH] Link get-datasource docstring to dbtypes in next.jdbc.connection --- src/next/jdbc.clj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/next/jdbc.clj b/src/next/jdbc.clj index ba39dec..9d4a9d0 100644 --- a/src/next/jdbc.clj +++ b/src/next/jdbc.clj @@ -120,7 +120,10 @@ * `sqlite` -- `org.sqlite.JDBC` * `sqlserver`, `mssql` -- `com.microsoft.sqlserver.jdbc.SQLServerDriver` -- `1433` * `timesten:client` -- `com.timesten.jdbc.TimesTenClientDriver` - * `timesten:direct` -- `com.timesten.jdbc.TimesTenDriver`" + * `timesten:direct` -- `com.timesten.jdbc.TimesTenDriver` + + For more details about `:dbtype` and `:classname` values, see: + https://cljdoc.org/d/seancorfield/next.jdbc/CURRENT/api/next.jdbc.connection#dbtypes" ^javax.sql.DataSource [spec] (p/get-datasource spec))