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"]),
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
VaporFluentDriver
Additional lib for SwifQL library
Installation
In your target’s dependencies add
"SwifQL"
and"VaporFluentDriver"
, e.g. like this: