biff

2025-11-03T00:12:05.175879Z

sneak peak of what migrating a biff project to XTDB 2 will look like: https://github.com/jacobobryant/biff/commit/b7629f33e9c8a2159459cbfaecf4ef26a696b413

👊 1
🙌 4
🙌🏼 1
2025-11-03T00:14:53.392479Z

• most of the deps.edn changes are temporary • the com.biffweb.experimental namespace will be merged into com.biffweb before the official release • doc strings for new XTDB 2 helper functions: https://github.com/jacobobryant/biff/blob/master/src/com/biffweb/experimental.clj • and implementations since they're so interesting: https://github.com/jacobobryant/biff/blob/master/src/com/biffweb/impl/xtdb2.clj

2025-11-03T00:15:52.202889Z

you can make a new XTDB 2 biff project with: clj -M -e '(load-string (slurp ""))' -M xtdb2 xtdb-starter

🆒 2
2025-11-03T00:39:16.421959Z

Just realized I think I need to make validate-tx ignore keys with nil values since that's how you delete keys.