Fork me on GitHub
#asami
<
2022-05-07
>
Jakub Holý (HolyJak)20:05:41

I wonder what does https://github.com/quoll/asami/wiki/4.-Transactions#identity-values mean: > The entities in the previous example can be rewritten to use :db/ident or :id instead. However, using these ident values in :db/add statements has greater potential to interfere with tuples that should not be modified, so the use is discouraged. What can a [:db/add [:id "some value"] :some-prop "val"] interfere with? Thank you!