A simple/no-code builder for the data validation layer
This would be AMAZING! ... The ability to no-code, simply, the requirements for database fields. Easily build the layer to validate input into tables. For instance, if you have a table: { is_active : bool, active_date : date } and active_date must always be !null when is_acive is true, a simple tool to build that logic. This could be a tool built on top of the table to ensure data validity, without needing to build each line of code in the functino builder. It woud be way simpler, and for many users of Xano that are no-coders, would be way easier.