This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-17
Channels
- # announcements (12)
- # babashka (27)
- # beginners (65)
- # biff (8)
- # calva (22)
- # clj-kondo (1)
- # clj-otel (5)
- # clojure (65)
- # clojure-europe (127)
- # clojure-nl (1)
- # clojure-norway (11)
- # clojure-portugal (2)
- # clojure-uk (2)
- # clojurescript (18)
- # cursive (5)
- # data-science (3)
- # datahike (14)
- # datascript (3)
- # datomic (7)
- # deps-new (11)
- # emacs (31)
- # exercism (1)
- # fulcro (1)
- # honeysql (3)
- # hyperfiddle (38)
- # introduce-yourself (4)
- # leiningen (2)
- # malli (20)
- # meander (2)
- # missionary (3)
- # off-topic (4)
- # pathom (3)
- # practicalli (2)
- # reagent (5)
- # releases (1)
- # sci (1)
- # shadow-cljs (9)
- # xtdb (8)
dropping by to say...oof honeysql is so cool and useful! Maybe the best sql builder I've ever used. Great work!
10
➕ 12
Yup. At first I didn’t like HoneySQL because I thought it was just handwriting SQL statements in vectors. But the “aha!” moment for me was being able to use HoneySQL to build “template” queries and merge data together in ways that’s simply impossible with SQL itself. I’ve also found it really nice to have EDN files act as data for migration scripts. I do this with the ragtime library, which doesn’t officially support my use case, but there’s a nice way to make it work together with HoneySQL. Super convenient stuff
2
👍 2