vapor-community / mysql-provider

MySQL provider for the Vapor web framework.
MIT License
30 stars 12 forks source link

MySQL - not showing as an Import value #2

Closed rustymagnet3000 closed 7 years ago

rustymagnet3000 commented 8 years ago

Did anybody else experience the same issue? I fear it may be my lack of knowledge/skill with Swift's Package Manager and versions...

http://stackoverflow.com/questions/38544089/vapor-mysql-not-showing-as-an-import-value

kaka21garuda commented 7 years ago

@rustymagnet3000 yes I am currently having the same issue, but apparently they had changed the package dependency link to: .Package(url: "https://github.com/vapor/mysql-provider.git", majorVersion: 1, minor: 0). Make sure you have a MySQL server running locally in your machine too.