上传者: m0_57781768
|
上传时间: 2022-09-02 09:05:40
|
文件大小: 4.2MB
|
文件类型: ZIP
(更多详情、使用方法,请下载后细读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