1. 首页
  2. 编程语言
  3. 其他
  4. MongoDB的Erlang开发包emongo.zip

MongoDB的Erlang开发包emongo.zip

上传者: 2020-02-07 00:07:59上传 ZIP文件 20.79KB 热度 14次
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
下载地址
用户评论