cozemble / monorepo

A data and process canvas
https://cozemble.com
Apache License 2.0
13 stars 1 forks source link

Implement unique properties #15

Closed mike-hogan closed 1 year ago

mike-hogan commented 1 year ago

When I have a model, let's say Customer, I want to be able to say that the Email field and the Phone Number field are unique.

These things need to happen:

mike-hogan commented 1 year ago

Implemented just now, using an amended upsert_record function that checks unique paths, and uses an advisory lock to ensure atomicity

mike-hogan commented 1 year ago

Implemented just now, using an amended upsert_record function that checks unique paths, and uses an advisory lock to ensure atomicity