MySQLBridge

master

🐘 Pure SwifQL+NIO bridge to MySQL
SwifQL/MySQLBridge

MIT License Swift 5.2 Github Actions Swift.Stream

Bridge to MySQL

Work with MySQL with SwifQL through its pure NIO driver.

Installation

.package(url: "https://github.com/SwifQL/MySQLBridge.git", from:"1.0.0-rc"),
.package(url: "https://github.com/SwifQL/VaporBridges.git", from:"1.0.0-rc"),
.target(name: "App", dependencies: [
    .product(name: "Vapor", package: "vapor"),
    .product(name: "MySQLBridge", package: "MySQLBridge"),
    .product(name: "VaporBridges", package: "VaporBridges")
]),

For more info please take a look at the Bridges repo.

Description

  • Swift Tools 5.2.0
View More Packages from this Author

Dependencies

Last updated: Sun Mar 17 2024 07:01:39 GMT-0900 (Hawaii-Aleutian Daylight Time)