MongoDB Enterprise: the subscription-based, self-managed version of MongoDB MongoDB Community: the source-available, free-to-use, and self-managed version of MongoDB MongoDB Compatibility The following compatib
Learn how to report bugs, contribute to the driver, and find additional resources for asking questions and receiving help in the Issues & Help section. Compatibility For the compatibility charts that show the recommended Java Driver version for each MongoDB Server version, see the Compatibility se...
Java Driver Compatibility MongoDB Compatibility(驱动与数据库兼容) The driver does not support older versions of MongoDB. [1] (1)The 2.14 driver does not support all MongoDB 3.2 features (e.g., read concern); however, if you are currently on a version 2.x driver and ...
[1](1)The 2.14 driver does not support all MongoDB 3.2 features (e.g., read concern); however, if you are currently on a version 2.x driver and would like to run against MongoDB 3.2 but cannot upgrade to driver version 3.2, use the 2.14 driver. Language Compatibility(驱动与JAVA语言...
在JRuby 上运行并连接到 Atlas 免费套餐时, 驱动程序版本为 或更高版本以及2.6.4Java8 或更高版本。 mongo_kerberos兼容性 以下兼容性表指定了与特定版本的驾驶员一起使用的mongo_kerberos 库的版本。 Ruby 驱动程序 mongo_kerberos 2.1 2.7 - 2.19
Java Driver 5.3.0 (January 10, 2025) Important A future minor release will raise the minimum supported MongoDB Server version from 4.0 to 4.2. This is in accordance withMongoDB Software Lifecycle Schedules. Support for MongoDB Server 4.0 will be dropped in a future release!
MongoDB Server Version Compatibility Mongoose relies on theMongoDB Node.js Driverto talk to MongoDB. You can refer tothis tablefor up-to-date information as to which version of the MongoDB driver supports which version of MongoDB. Below are thesemverranges representing which versions of ...
欢迎来到官方 MongoDB .NET/C# 驱动程序的文档站点。您可以将驱动程序添加到您的应用程序中,以便在 C# 中使用 MongoDB。使用NuGet下载驱动程序,或按照我们的快速入门指南设置可运行的项目。 以前版本 有关驱动程序 v2.18 及更早版本的文档,请参阅以前版本部分。
The following table describes add-on component version compatibility for the Node.js driver. Only packages with versions in these supported ranges are stable when used in combination. Componentmongodb@3.xmongodb@4.xmongodb@5.xmongodb@<6.12mongodb@>=6.12 ...
1)Java操作MongoDB需要第三方驱动程序,Maven项目可以在pom.xml文件加入依赖 <dependencies><dependency><groupId>org.mongodb</groupId><artifactId>mongo-java-driver</artifactId><version>3.0.4</version></dependency></dependencies> 2)非maven项目jar包下,可以下载jar包。代码实现 1)连接服务 2)插入...