babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
borkdude 2021-02-21T11:40:46.011100Z

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/

πŸŽ‰ 5
borkdude 2021-02-21T12:19:38.011600Z

*New video*: Babashka pods: why, how to use and what's going on in the background? Example: go-sqlite3. https://youtu.be/Q3EFNRwxLLo

grazfather 2021-02-21T15:52:03.014Z

Loving these videos!

πŸ‘ 1
grazfather 2021-02-21T15:54:46.014200Z

Hm. Why shell out to sqlite instead of using clojure.java.jdbc?

borkdude 2021-02-21T15:55:01.014400Z

because this isn't available in bb

grazfather 2021-02-21T15:56:06.014600Z

Cool, that’s the simplest reason, works for me πŸ™‚

borkdude 2021-02-21T16:18:46.014800Z

btw, I recommend next.jdbc instead of clojure.java.jdbc when using the postgresql, etc, pod, you will get a similar interface in babashka

borkdude 2021-02-21T16:23:11.015Z

Thanks :)

grazfather 2021-02-21T19:35:54.015200Z

Cool, will switch over, ty!