我正在将Waterline if( $needle = match($myArray, $string) ){
echo "Matching Word: " . $needle;
}
独立与0.13.5
一起使用(处于数据存储模式的Google Firestore)。我读过https://sailsjs.com/documentation/concepts/models-and-orm/associations,在Google周围搜索,等等,在Waterline> = 0.13中找不到存储基本类型(字符串,数字等)集合的方法。
与数据库适配器无关的方法是什么?如果没有,我如何使我的文档(如果与文档存储库Firestore,MongoDB,OrientDB等相对)包含一个array类型的字段,其中xxx是任何基本类型?
SO和其他地方的帖子使用sails-google-cloud-datastore
属性类型,但是在最新版本的Waterline中不再支持。