This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-19
Channels
- # adventofcode (5)
- # announcements (1)
- # babashka (44)
- # beginners (83)
- # biff (10)
- # calva (1)
- # cherry (3)
- # cider (10)
- # clojure (78)
- # clojure-europe (12)
- # clojure-norway (1)
- # conjure (1)
- # cryogen (1)
- # datascript (4)
- # dev-tooling (2)
- # gratitude (2)
- # lsp (4)
- # malli (6)
- # off-topic (15)
- # polylith (9)
- # quil (19)
- # releases (1)
- # sci (6)
- # scittle (64)
- # sql (10)
- # squint (35)
Just pushed an example repo for using Postgres with Biff: https://github.com/jacobobryant/biff-postgres. See this commit for the changes: https://github.com/jacobobryant/biff-postgres/commit/d8858284f3131a458fe1267000b2868eb8bfdd2b. I'll write up a blog post for it soon that walks through the changes. You can follow the same pattern to use Datomic or any other database; I probably won't prioritize writing a version of this how-to for Datomic myself in the near future.
nope, it's removed
once XT2 is stable i'll probably make sql the default and reuse the queries from this repo
(just because more people are already familiar with sql; I'll still be using datalog myself)
This is really cool! Perhaps :local/root is hardcoded though in deps.edn ? Getting
Error building classpath. Local lib com.biffweb/xtdb-mock not found: /home/jacob/dev/biff/libs/xtdb-mock
oh crap yeah that shouldn't be local
I'll need to push the repo for the biff commit with xtdb-mock; that's just on my local machine right now
Just https://github.com/jacobobryant/biff-postgres/commit/a4d77f6750daf3033044e0ebbf5c3557745b903b; the demo should work now.
Just https://github.com/jacobobryant/biff-postgres/commit/a4d77f6750daf3033044e0ebbf5c3557745b903b; the demo should work now.