Fork me on GitHub
#sql
<
2019-09-07
>
Lucas Barbosa01:09:31

@seancorfield I'll definitely try next.jdbc the next time I use a sql database. Looking forward to it!

seancorfield01:09:45

I use it for all new work at World Singles Networks now (although we have a lot of code still using clojure.java.jdbc).

Lucas Barbosa01:09:55

I remember when I saw your first post on clojureverse about it. How is the library maturing? I didn't have a chance to look at it again

seancorfield01:09:23

Release 1.0.6 is current. There have been no breaking changes since the Beta (May). Most of the releases have really been about improving the documentation and adding small affordances to make certain things easier (adding execute-batch!, datafiable-result-set, ->pool, making it easier to customize result set builders, exposing the map of built-in database types, expanding plan's machinery to support more hash map functions).

🆒 4
💯 4
seancorfield01:09:27

Not sure what will be in 1.0.7 or when I'll cut that. There have been a lot of small documentation improvements on master that I'd like to get up on http://cljdoc.org (which requires a new release).

seancorfield23:09:45

honeysql "0.9.7" released to Clojars -- almost completely clears the issue list! -- https://github.com/jkk/honeysql/releases/tag/v0.9.7 (just in case you're not in the HoneySQL channel but might be interested in a new release)

thanks3 4