emongo是另外一个MongoDB的Erlang开发包,已经多年没更新。示例代码:%% find documents where field1 is greater than 5 and less than 10emongo:find(test, "collection", [{"field1", [{gt, 5}, {lt, 10}]}]).%% find documents where field1 is greater than or equal to 5 and less than or equal to 10emongo:find(test, "collectio