Update README.md
Work with MySQL with SwifQL through its pure NIO driver.
.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.
Bridges
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Bridge to MySQL
Work with MySQL with SwifQL through its pure NIO driver.
Installation
For more info please take a look at the
Bridges
repo.