Work with MySQL with SwifQL through its pure NIO driver.
.package(url: "https://github.com/SwifQL/MySQLBridge.git", from:"1.0.0-beta.2"),
.package(url: "https://github.com/SwifQL/VaporBridges.git", from:"1.0.0-beta.2"),
.target(name: "App", dependencies: ["Vapor", "MySQLBridge", "VaporBridges"]),
For more info please take a look at the Bridges
repo.