Skip to content

Instantly share code, notes, and snippets.

@kidcodely
Created November 26, 2017 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidcodely/425487b41d427e8300a1cba53b421d1e to your computer and use it in GitHub Desktop.
Save kidcodely/425487b41d427e8300a1cba53b421d1e to your computer and use it in GitHub Desktop.
Adding the Perfect MySQL Depdendency
import PackageDescription
let package = Package(
name: "swift-server",
dependencies: [
.Package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", majorVersion: 2),
.Package(url:"https://github.com/PerfectlySoft/Perfect-MySQL.git", majorVersion: 3)
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment