rbdc-mysql-4.9.4 has been yanked.
rbdc-mysql
MySQL database driver for the rbdc database abstraction layer.
Basic Driver Usage
Full example: example/src/mysql.rs
use Error;
use Connection;
use Pool;
use MysqlDriver;
use FastPool;
async
Usage with rbatis ORM
use RBatis;
use Error;
pub async
Supported Connection String Formats
1. Standard URL format
mysql://user:password@host:port/database
2. JDBC-style format
jdbc:mysql://host:port/database?user=user&password=password
License
This project is licensed under the same license as rbdc.