sql

All things SQL and JDBC...
2020-07-18T18:39:39.256Z

Is the jdbcUrl key for the data source officially supported in next.jdbc?

seancorfield 2020-07-18T18:41:14.256400Z

It's documented in the Getting Started guide: https://cljdoc.org/d/seancorfield/next.jdbc/1.1.569/doc/getting-started

seancorfield 2020-07-18T18:42:05.257Z

And it's also listed here: https://cljdoc.org/d/seancorfield/next.jdbc/1.1.569/api/next.jdbc#get-datasource

seancorfield 2020-07-18T18:42:10.257300Z

^ @neo2551

2020-07-18T18:42:51.257800Z

Thanks a lot. I missed that (shame on me).

seancorfield 2020-07-18T18:43:09.258100Z

There's a lot of documentation 🙂