MIT License Swift 5.1 Github Actions Swift.Stream

VaporFluentDriver

SwifQL库的附加库

安装

.package(url: "https://github.com/MihaelIsaev/SwifQL.git", from:"1.0.0"),
.package(url: "https://github.com/SwifQL/VaporFluentDriver", from:"2.0.0"),

在你的目标依赖中添加 "SwifQL""VaporFluentDriver",例如像这样

.target(name: "App", dependencies: ["Vapor", "SwifQL", "VaporFluentDriver"]),