Fork me on GitHub
#juxt
<
2020-04-29
>
borkdude07:04:23

> 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?

dominicm08:04:55

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

borkdude09:04:45

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 😉

borkdude09:04:01

(it does support HSQLDB via a feature flag)