MySQL/MariaDB connector for Python
الميزات الرئيسية لـ pymysql/mysqlclient هي: Database Clients, Database Drivers, Database Connectors.
تشمل البدائل مفتوحة المصدر لـ pymysql/mysqlclient: dpkp/kafka-python — kafka-python is a pure-Python client library for Apache Kafka that implements the Kafka wire protocol directly,… go-sql-driver/mysql — This project is a native Go driver for the MySQL protocol, providing a communication layer that enables applications… apache/cassandra-python-driver — Python Driver for Apache Cassandra®. brianmario/mysql2 — A modern, simple and very fast Mysql library for Ruby - binding to libmysql. encode/databases — This project is an asyncio database abstraction layer that provides a common interface for performing non-blocking… mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage…
A modern, simple and very fast Mysql library for Ruby - binding to libmysql
kafka-python is a pure-Python client library for Apache Kafka that implements the Kafka wire protocol directly, without any native bindings or JVM dependencies. It provides the core capabilities of a Kafka client: producing messages to topics, consuming records from topics, and administering cluster resources such as topics and partitions, all through a Pythonic API or command-line tools. The library distinguishes itself through its comprehensive support for advanced Kafka features. It includes an asynchronous producer with background batching for throughput, a consumer group rebalance protoc
Python Driver for Apache Cassandra®
This project is an asyncio database abstraction layer that provides a common interface for performing non-blocking database operations in Python. It functions as an asynchronous database driver wrapper and a SQL expression builder, allowing for the construction of raw SQL strings from structured Python objects. The library includes an asyncio connection pool manager that utilizes task-local storage to handle connection lifecycles and reduce resource overhead. It also serves as an async database transaction manager, wrapping operations in atomic transactions and savepoints to maintain data int