mysql_async
MySQL client library
An asynchronous MySQL driver written in Rust using the Tokio framework.
Asyncronous Rust Mysql driver based on Tokio.
377 stars
9 watching
119 forks
Language: Rust
last commit: 9 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
blackbeam/rust-mysql-simple | A MySQL driver library written in Rust for connecting to and interacting with databases. | 665 |
amphp/mysql | An asynchronous MySQL client that optimizes database interactions with efficient non-blocking capabilities | 359 |
tulayang/asyncmysql | An asynchronous MySQL connector written in Nim. | 11 |
robinrodricks/as3mysql | A MySQL driver for ActionScript 3 that enables interaction with MySQL databases. | 16 |
winterland1989/mysql-haskell | A Haskell module providing a fast and efficient interface to MySQL databases | 122 |
jasync-sql/jasync-sql | An asynchronous JDBC driver for PostgreSQL and MySQL | 1,654 |
mysql-net/mysqlconnector | An ADO.NET data provider for MySQL and other compatible servers. | 1,391 |
alaisi/postgres-async-driver | An asynchronous PostgreSQL driver that enables non-blocking queries and connections. | 289 |
denodrivers/mysql | A MySQL driver and ORM library for the Deno runtime environment. | 260 |
mysql-d/mysql-native | A native D client driver for MySQL and MariaDB database management | 80 |
aio-libs/aiomysql | A Python library for accessing MySQL databases using the asyncio framework | 1,763 |
mysql-otp/mysql-otp | An Erlang implementation of the MySQL protocol for connecting to relational databases | 364 |
socketry/async-http | An asynchronous client and server implementation of HTTP/1.0, 1.1, and 2 including TLS support for streaming requests and responses. | 320 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
cutelyst/asql | A Qt-based C++ library providing an asynchronous SQL interface with features like connection pooling, prepared queries, and result iterators. | 65 |