Hi guys, i just published an example repo that implements a datomic backend instead of XTDB for the biff starter app: https://github.com/sigvesn/biff-datomic-starter Searching this channel i couldn't find any other concrete implementations of this, so maybe this will be helpful to someone. Note that this was a learning exercise and the setup is not battle tested in any way 🙃
Awesome! I just added a link to it in the content library: https://biffweb.com/docs/library/
I also made a corresponding example repo that implements the starter app using datalevin instead of XTDB: https://github.com/sigvesn/biff-datalevin-starter (https://github.com/juji-io/datalevin is a smaller and simpler datalog database, trading this simplicity for dropping built-in temporal features)
Added a link for that one too 👌
Nice!