Additional lib for SwifQL library
.package(url: "https://github.com/MihaelIsaev/SwifQL.git", from:"1.0.0"),
.package(url: "https://github.com/SwifQL/VaporFluentDriver", from:"2.0.0"),
In your target's dependencies add "SwifQL"
and "VaporFluentDriver"
, e.g. like this:
.target(name: "App", dependencies: ["Vapor", "SwifQL", "VaporFluentDriver"]),