We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64f400f + d26bfc4 commit b948492Copy full SHA for b948492
Package.swift
@@ -23,7 +23,7 @@ let package = Package(
23
.package(url: "https://github.com/apple/swift-nio.git", from: "1.0.0"),
24
25
// *️⃣ Build SQL queries in Swift. Extensible, protocol-based design that supports DQL, DML, and DDL.
26
- .package(url: "https://github.com/vapor/sql.git", from: "2.0.2"),
+ .package(url: "https://github.com/vapor/sql.git", from: "2.1.0"),
27
],
28
targets: [
29
.target(name: "PostgreSQL", dependencies: ["Async", "Bits", "Core", "Crypto", "DatabaseKit", "NIO", "Service", "SQL"]),
0 commit comments