aiomysql
Async database library
A Python library for accessing MySQL databases using the asyncio framework
aiomysql is a library for accessing a MySQL database from the asyncio
2k stars
47 watching
257 forks
Language: Python
last commit: 26 days ago
Linked from 3 awesome lists
aiomysqlasyncasynciomariadbmysqlpythonsqlalchemy
Related projects:
Repository | Description | Stars |
---|---|---|
aio-libs/aioodbc | A Python module providing asynchronous access to ODBC databases. | 311 |
aio-libs/aiopg | A library that allows asynchronous access to PostgreSQL databases using the asyncio framework. | 1,399 |
aio-libs/aiocouchdb | A CouchDB client built on top of aiohttp and asyncio for Python 3.3+ | 53 |
achimnol/aiotools | Provides idiomatic asyncio utilities for building asynchronous applications. | 154 |
aio-libs/aiozmq | An asyncio-based implementation of the ZeroMQ messaging library | 422 |
aiokitchen/aiomisc | A collection of utility functions and classes for working with asynchronous I/O in Python | 388 |
aio-libs/aiodns | A DNS resolver for asyncio written in Python | 538 |
aio-libs/aiomcache | A minimal asyncio-based client for interacting with memcached servers. | 142 |
tomplus/kubernetes_asyncio | An asynchronous Python client library for the Kubernetes API | 365 |
blackbeam/mysql_async | An asynchronous MySQL driver written in Rust using the Tokio framework. | 377 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
aio-libs/aioftp | A high-level FTP client/server implementation for asyncio that provides a simple and extensible API. | 192 |
amphp/mysql | An asynchronous MySQL client that optimizes database interactions with efficient non-blocking capabilities | 359 |
adamchainz/django-mysql | Extensions to Django for improved support and features with MySQL/MariaDB databases | 572 |
astaxie/beedb | A lightweight Go ORM that maps structs to database tables and supports various databases | 709 |