This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-28
Channels
- # announcements (2)
- # babashka (21)
- # beginners (24)
- # calva (9)
- # cider (7)
- # clj-kondo (12)
- # clojure (116)
- # clojure-europe (5)
- # clojure-korea (2)
- # clojure-norway (3)
- # clojure-poland (1)
- # clojure-spec (5)
- # clojurescript (12)
- # cursive (12)
- # datomic (8)
- # google-cloud (4)
- # honeysql (16)
- # java (18)
- # lsp (10)
- # missionary (14)
- # polylith (12)
- # re-frame (13)
- # releases (4)
- # shadow-cljs (10)
- # sql (10)
- # testify (2)
next.jdbc/query produces a coll of fully qualified maps, what's the simplest way of getting simple maps instead?
Have you read the docs? This is explained in the docs along with lots of other useful stuff.
The Getting Started page covers this...
I'm sorry for acting like an impatient child. I need to get this proto done quickly. I'll read the docs.
https://cljdoc.org/d/com.github.seancorfield/next.jdbc/ -- there's a search box in the docs: type unqualified
into it and it's shows several docs sections, as well as vars.
I'm not trying to be difficult but you already went down an unnecessary rabbit hole with HoneySQL over something that is in the docs there...
It's legit faster to find it in the docs than to type out that question and wait for answers. :)
But where's fun in that? How would you even know who I am next time we meet at a conference if I don't annoy you endlessly? 🙂
I'm curious: why do you want "simple maps" instead of qualified maps? If it's because you're generating JSON, the libs that produce JSON from Clojure data generally either drop the ns qualifier or have an option for you to do so...