init biff project

This commit is contained in:
Travis Shears 2025-06-04 10:47:38 +02:00
commit c652b828e8
26 changed files with 1220 additions and 0 deletions

10
resources/fixtures.edn Normal file
View file

@ -0,0 +1,10 @@
;; Biff transaction. See https://biffweb.com/docs/reference/transactions/
[{:db/doc-type :user
:xt/id :db.id/user-a
:user/email "a@example.com"
:user/foo "Some Value"
:user/joined-at :db/now}
{:db/doc-type :msg
:msg/user :db.id/user-a
:msg/text "hello there"
:msg/sent-at :db/now}]