Wrote this postgreSQL extension lib for honeysql
. This has mostly postgres sepcific SQL. https://github.com/nilenso/honeysql-postgres
Also wrote a wrapper for the mailgun api https://github.com/nilenso/mailgun
Do check them out and give feedback. :simple_smile:
I created the channel #C16LEKSLT to discuss other languages in the context of Clojure
Created a 2048 game in ClojureScript https://www.youtube.com/watch?v=pX3_Covtu7s code here(...no parens too) https://github.com/Quamolit/2048 more about cirru-sepal in #C16LEKSLT
Skyscraper 0.2.2, an Enlive-based library for scraping information from whole sites in a structural way, has been released.
Homepage / GitHub: https://github.com/nathell/skyscraper
Clojars: https://clojars.org/skyscraper
New in this release:
- Skyscraper now uses Timbre for logging.
- New cache backend: MemoryCache
.
- download
now supports arbitrarily many retries.
- A situation where a context has a processor but no URL now triggers a warning instead of throwing an exception.