init biff project
This commit is contained in:
commit
c652b828e8
26 changed files with 1220 additions and 0 deletions
10
resources/fixtures.edn
Normal file
10
resources/fixtures.edn
Normal 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}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue