Update SwifQLVaporTests.swift
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:
"SwifQL"
"VaporFluentDriver"
.target(name: "App", dependencies: ["Vapor", "SwifQL", "VaporFluentDriver"]),
VaporFluentDriver
Additional lib for SwifQL library
Installation
In your target’s dependencies add
"SwifQL"
and"VaporFluentDriver"
, e.g. like this: