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/
*New video*: Babashka pods: why, how to use and what's going on in the background? Example: go-sqlite3. https://youtu.be/Q3EFNRwxLLo
Loving these videos!
Hm. Why shell out to sqlite instead of using clojure.java.jdbc?
because this isn't available in bb
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
Thanks :)
Cool, will switch over, ty!