cljdoc

hlship 2025-08-29T21:57:27.621109Z

Is there an "easy" way to link from an article to an element of the api? Can you use [[...]] in a article's Markdown file?

seancorfield 2025-08-29T23:33:42.945229Z

Here's what I do in next.jdbc's markdown: [next.jdbc/get-datasource]()

seancorfield 2025-08-29T23:34:19.831249Z

In Getting Started: > Note: You can see the full list of :dbtype values supported in https://cljdoc.org/d/com.github.seancorfield/next.jdbc/CURRENT/api/next.jdbc#get-datasource's docstring. If you need this programmatically, you can get it from the https://cljdoc.org/d/com.github.seancorfield/next.jdbc/CURRENT/api/next.jdbc.connection#dbtypes hash map. If those lists differ, the hash map is the definitive list (and I'll need to fix the docstring!). The docstring of that Var explains how to tell next.jdbc about additional databases.