Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我有几个文档,其中有一个字段的值是从一小组选项中选择的时,是否有任何工具可以防止引入错误的值?
谢谢
雨果
根据您要完成的具体工作,验证功能听起来像是您需要的。所有验证功能(每个设计文档 1 个,每个数据库的设计文档数量根据您的需要)在每次写入之前运行。如果任何验证函数抛出错误,则拒绝写入。