I am very new to Datomic but I see value in Datomic's history keeping - considering what we need in our application.
My very basic question is, does Datomic help stop duplicating value to an attribute (let us say I keep adding name="my name" again and again becuase user presses save button without making any change to name)?
One another thing that is needed in our app is the ability to query the approved information rather than latest change. My question is, can I add attributes ("approved", "proposed" etc) to the transaction and query data based on these attributes?
Thanks!