(更多详情、使用方法,请下载后细读README.md文件) 灵丹妙药\nElixir 中的MongoDB驱动程序。\nAPI 完全审查,请参阅CHANGELOG.md\n连接\n准备访问db中的anycoll集合的示例:test\n# Connect the mongo server (by default port 27017 at 127.0.0.1)\nmongo = Mongo.connect!\n# Select the db to access \ndb = mongo Mongo.db(\test\) \n# Select the db to access\nanycoll = db Mongo.Db.collection(\anycoll\) \nCRUD 操作的包装器\nanycoll通过 CRUD 操作访问集合的示例请参见Mongo.Find\n聚合操作的包装器\n应用于anycoll集合的聚合操作示例见Mongo.Collection\n其他命令\n# Authenticate against the db\ndb Mongo.auth(\testus
2022-09-02 09:05:40 4.2MB Elixir
1
mongo mongodb-2.5.3.jar
2022-06-13 18:13:26 240KB mongodb jar 驱动
1
用于mongodb同步es驱动
2021-08-13 14:09:34 20.98MB mongodb驱动
1
主要给大家介绍了关于mongodb BSON的基本使用教程,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧
1
mongorover:Intern项目-Lua编程语言的MongoDB驱动程序-该存储库不支持MongoDB产品
2021-02-03 23:50:30 64KB lua mongodb-driver LuaC
1
mongodb使用ycsb工具做压测时,安装工具可能会缺少这个包(mongodb异步驱动)。
2021-01-28 02:57:46 166KB mongodb驱动
1