This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-15
Channels
- # announcements (20)
- # babashka (281)
- # beginners (13)
- # biff (8)
- # calva (20)
- # cider (5)
- # clj-commons (1)
- # clojure (46)
- # clojure-boston (1)
- # clojure-europe (6)
- # clojure-losangeles (24)
- # clojuredesign-podcast (3)
- # clojurescript (12)
- # datomic (1)
- # events (1)
- # fulcro (12)
- # guix (2)
- # honeysql (1)
- # integrant (1)
- # introduce-yourself (1)
- # rdf (16)
- # reagent (3)
- # reitit (14)
- # releases (3)
- # sci (28)
- # shadow-cljs (122)
- # specter (1)
- # tools-deps (10)
- # xtdb (6)
@nate PS: I'm loving your group learning meetups — learned all about mount/integrate in this episode on kit, and all the commentary from @, as well. As well as the episodes on xtdb! Cc @taylor.jeremydavid https://youtu.be/utmrSswhhn0
(“Everyone should stop using depstar, and use use tools.deps instead!” (Looking around to see who they're talking about. 😂😂😂. IT’S ON MY LIST, OK?!? 😂😂)
@nate “Honeysql is my fave way of exploring SQL databases.” Holy cow. Have you see Ultorg? Seriously freaked out when I saw it. Here's the video: https://youtu.be/9hLkFq3AD5U
Oh yes! I just learned about it a little bit ago. I think from your tweets. It's on my list to explore soon.
It's based on this guys PhD dissertation at MIT. Amazingly easy to use app (written in Swing, but you'd never guess, if you know what I mean.) Having a blast using it — already changing how I explore databases in the initial stages.
Cc @seancorfield suspect you'd get a kick out of it too. I DMed them on Twitter, and he sent the install link. Highly recommended!!
(And super response to feature requests! I asked if it number of rows could be shown easier — it's in the next version.)
@seancorfield a magic wand wish: someday, can you show how one gets datify / nav working in portal in a screencast? I love the idea of it, but literally have no idea how to make that work, despite reading all the docs, and hearing you talk about it. I use JDBC.next and portal, but don't know how to string it all together to get that magical dynamic you describe. 🙏🙏🙏. Thank you!!!!
I hate doing screencasts:grin:
But "it just works" so I have a hard time explaining it to folks. I keep saying I'll Livestream some of my work one day
If I'd been in the country for the March meeting about Portal, I'd have definitely shown this off 😀
FWIW, I just can’t even visualize in my head what it looks like when you say “it just works”. I have a vague image of my head of Stu showing how it worked in REBL and Datomic, but I didn’t fully understand what was being shown even then! 🙂. (Aside from the reaction of 🤯 and “I want it.” 🙂
@U6VPZS1EK did this part of the docs help or not? https://cljdoc.org/d/com.github.seancorfield/next.jdbc/1.2.780/doc/datafy-nav-and-schema
I wrote this after seeing Stu demo the feature https://corfield.org/blog/2018/12/03/datafy-nav/
I’ve definitely read that several times — some more lightbulb flickering now. Ah. I think my problem is I’ve typically thrown the metadata away when I return the query results. Let me try it again!!! And if I get it working, I’ll post a video of it!!
If you just tap> the result of execute! into Portal, then select a value in it for a foreign key and press enter, it will fetch that row.
Like statusid : 42, it will fetch a row from the status table where id = 42