sqlalchemy.dialects.mysql pymysql Example Code

pymysql is a callable within the sqlalchemy.dialects.mysql module of the SQLAlchemy project.

Example 1 from databases

databases (project homepage and PyPI page provides asyncio support with an SQLALchemy Core interface for common relational databases such as MySQL, PostgreSQL and SQLite. This is handy for integrating with asynchronous I/O web frameworks like Sanic. The project is open sourced under the BSD 3-Clause "New" or "Revised" License.

databases / databases / backends / mysql.py