Happy new year to everybody 🙂 Many cool things are in the pipe for this year... and I hope we will be surprised again by many additional contributions.
Let's de- and recomopose the database until we get rid of most of the annoying glue code we have to write way too often.
hey, what am I doing wrong in this?
(datahike/transact
connection
{:db/id bob-id :best-friend [:db/id charlie-id]})
I'm trying to update the best-friend reference type with a pointer to charlie from bob but nothing appears to happenShouldn't that be
(datahike/transact
connection
{:tx-data [{:db/id bob-id :best-friend [:db/id charlie-id]}]})