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
We are currently looking at teable and similar projects, and this is so far the first one we have tested that does a good job at enforcing uniqueness. However, it only seems to be enforcing this on the front end. We are using postgres as a back end and do not see any constraints pop up when we enforce uniqueness for a column. This matters to us because we want to both have users be able to interact safely with the frontend and be able to safely do mass uploads directly to the database.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are currently looking at teable and similar projects, and this is so far the first one we have tested that does a good job at enforcing uniqueness. However, it only seems to be enforcing this on the front end. We are using postgres as a back end and do not see any constraints pop up when we enforce uniqueness for a column. This matters to us because we want to both have users be able to interact safely with the frontend and be able to safely do mass uploads directly to the database.
Beta Was this translation helpful? Give feedback.
All reactions