You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it's helpful to be assured that a given attribute value is unique. For example you may want to make sure that no two users in the system share the same id. Datomic accomplishes this by putting a IsUnique property on attributes that causes the transactor (the inner transaction code) to fail any transactions that have duplicate IDs.
The text was updated successfully, but these errors were encountered:
Sometimes it's helpful to be assured that a given attribute value is unique. For example you may want to make sure that no two users in the system share the same id. Datomic accomplishes this by putting a
IsUnique
property on attributes that causes the transactor (the inner transaction code) to fail any transactions that have duplicate IDs.The text was updated successfully, but these errors were encountered: