Toasty driver for MySQL using SQLx.
use toasty_driver_mysql::MySQL; let driver = MySQL::new("mysql://localhost/mydb").unwrap();
Driver