☕️ Add ModelAuthenticatable
ModelAuthenticatable
Work with Postgres and MySQL with SwifQL through their pure NIO drivers.
.package(url: "https://github.com/SwifQL/PostgresBridge.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: "PostgresBridge", package: "PostgresBridge"), .product(name: "VaporBridges", package: "VaporBridges") ]),
.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号
Bridges + Vapor
Work with Postgres and MySQL with SwifQL through their pure NIO drivers.
Installation
PostgreSQL
MySQL
For more info please take a look at the
Bridges
repo.