1 रिपॉजिटरी
Implementations that adhere to standardized interfaces for database connectivity and cursor management.
Distinguishing note: No candidates cover general database API compliance; existing options are for XML or OAuth.
Explore 1 awesome GitHub repository matching software engineering & architecture · Database API Specifications. Refine with filters or upvote what's useful.
PyMySQL is a MySQL database connector and SQL database driver for Python environments. It serves as a client library that enables Python applications to establish network connections and interact with MySQL database servers. The library is a pure Python implementation of the MySQL client-server wire protocol. This design allows for MySQL integration and data management without requiring native C extensions. The project provides capabilities for database connectivity, query execution, and secure access control. It follows the DB-API 2.0 specification to provide a consistent interface for mana
Follows the DB-API 2.0 specification to ensure a consistent interface for connection and cursor management.