This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-21
Channels
- # announcements (5)
- # babashka (9)
- # beginners (84)
- # calva (47)
- # clara (3)
- # clj-kondo (2)
- # clojars (8)
- # clojure-australia (3)
- # clojure-europe (3)
- # clojure-spec (1)
- # clojurescript (5)
- # conjure (6)
- # cursive (7)
- # datahike (3)
- # events (2)
- # helix (1)
- # lsp (217)
- # luminus (4)
- # malli (18)
- # meander (23)
- # membrane (12)
- # off-topic (26)
- # pathom (12)
- # reagent (44)
- # releases (1)
- # rewrite-clj (2)
- # shadow-cljs (19)
- # sql (17)
- # xtdb (6)
The sql-pods repo now added support for Microsoft SQL Server. This means you can interact directly with SQL Server from babashka. https://github.com/babashka/babashka-sql-pods/
🎉 15
*New video*: Babashka pods: why, how to use and what's going on in the background? Example: go-sqlite3. https://youtu.be/Q3EFNRwxLLo
Hm. Why shell out to sqlite instead of using clojure.java.jdbc?
Cool, that’s the simplest reason, works for me 🙂
btw, I recommend next.jdbc instead of clojure.java.jdbc when using the postgresql, etc, pod, you will get a similar interface in babashka
Cool, will switch over, ty!