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"]),