juxt

borkdude 2020-04-29T07:35:23.119Z

> Our standard operating system is GNU/Linux (Arch Linux), which we use on both developer laptops and servers. Our standard document format is AsciiDoc (of the Asciidoctor variety). All our documents (contracts, client reports, web pages, blog articles, policy documents, etc.) are stored in AsciiDoc and we generate HTML and/or PDF from these. Adding in git and keybase, we’ve pieced together a capable company document production, approval and management system. https://juxt.pro/blog/posts/babashka.html Does JUXT also has a default choice for relational database?

dominicm 2020-04-29T08:50:23.119300Z

Crux :)

dominicm 2020-04-29T08:50:55.120200Z

But if there was no other choice, generally we used postgres

borkdude 2020-04-29T09:01:45.121300Z

I've added postgres support to babashka (via next.jdbc). I wonder if this was a good move or not, considering it doesn't support other databases at the moment. It seems a bit biased 😉

borkdude 2020-04-29T09:02:01.121600Z

(it does support HSQLDB via a feature flag)