Understandable, I can work around that one through importing from the client side for most validations.
I did not see the issue with the database reported anywhere other than this topic. I use the validate if not exists in database in 99% of my inserts/updates to prevent duplicates. The most prominent example being in the user registration process, so the validate component being able to interact with the database is essential for me.