MongoDB driver for Elixir. Contribute to elixir-mongo/mongodb development by creating an account on GitHub.
Bug reports in JIRA for all driver projects (i.e. MOTOR, CSHARP, JAVA) and the Core Server (i.e. SERVER) project arepublic. How To Ask For Help Please include all of the following information when opening an issue: Detailed steps to reproduce the problem, including full traceback, if...
Mongoist driver is heavily inspired by mongojs. Motivation The official MongoDB driver for Node.js (https://github.com/mongodb/node-mongodb-native) leaves connection management to the user - this means to connect to a mongodb database this boilerplate code is needed ...
MongoDB Driver for Lua. Contribute to neoxic/lua-mongo development by creating an account on GitHub.
The Official Golang driver for MongoDB. Contribute to mongodb/mongo-go-driver development by creating an account on GitHub.
add github workflow Sep 11, 2023 test feat(getDbInstance): Added getDbInstance method Jan 4, 2018 .gitignore feat(tests): move tests into the repo of the driver Sep 30, 2016 .npmignore add npm ignore Jan 8, 2016 .travis.yml
gpg --import node-driver.asc The GitHub release contains a detached signature file for the NPM package (namedmongodb-X.Y.Z.tgz.sig). The following command returns the link npm package. npm view mongodb@vX.Y.Z dist.tarball Using the result of the above command, acurlcommand can return ...
MongoDB ODBC Driver A 64-bit unicode ODBC driver for connecting to Atlas Data Federation using the MongoSQL dialect. If you're looking for an ODBC driver to use with theMongoDB Connector for BI, please see themongodb/mongo-bi-connector-odbc-driverrepository. ...
The driver also provides a blocking sync API. To enable this, add the"sync"feature to yourCargo.toml: [dependencies.mongodb]version="3.2.3"features= ["sync"] Note:The sync-specific types can be imported frommongodb::sync(e.g.mongodb::sync::Client). ...
Import the key into your GPG keyring withgpg --import ruby-driver.asc. Download the gem file (if you don't already have it). You can download it from RubyGems withgem fetch mongo, or you can download it from thereleases pageon GitHub. ...