Python Connector for MongoDB について

PythonアプリケーションからMongoDBデータベースにアクセスして、格納されているデータに対して作成、読み取り、更新、削除操作を実行

Python Connector for MongoDB is a reliable connectivity solution for accessing MongoDB databases from Python applications to perform create, read, update, and delete operations on stored data. The solution fully implements the Python DB API 2.0 specification and is distributed as a wheel package for Windows, macOS, and Linux.

Python Connector for MongoDB Features

  • Connection to MongoDB - The solution enables you to connect to a MongoDB database from your Python application through TCP/IP, using the libmongoc client library. You can work with MongoDB data as with documents or relational tables, the connector lets you execute SQL statements against your MongoDB data just like you would normally work with a relational database. You can also specify an SSL/TLS certificate to secure communication between the database server and Python application.
  • High Performance - The connector lets you submit multiple update statements to the MongoDB database server for processing as a batch to improve execution time.
  • Secure Communication - The connector supports encrypted communication between a MongoDB database server and Python application using SSL/TLS.
  • Platform Support - The Python connector is available for Windows 32-bit and 64-bit, macOS 64-bit, and Linux 64-bit.
  • Data Types Support - The connector supports all MongoDB and Python data types. It offers additional options to control data type mapping between the MongoDB data types and Python data types.