From the course: MongoDB Essential Training

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Drivers

Drivers

- [Instructor] So far in this course, I've taught you how to interact with MongoDB using the MongoDB shell. However, when you are using MongoDB in an application, you will be using a MongoDB driver. MongoDB supports libraries for a variety of commonly used languages, such as C, C++, Java, Python, Node.js, etc., but there are also community developed libraries that you can use. For some languages, the MongoDB supported libraries are very popular. For others, the community developed libraries are more popular. I recommend reading up on what people think about the drivers you're considering before making a final choice. In the next videos, I'll show you how to connect to MongoDB with Python, Node.js and PHP.

Contents