vapor-community / sqlite-provider

SQLite3 provider for Vapor
MIT License
10 stars 8 forks source link

VaporSQLITE Package error: unsatisfiable #13

Open FaelDii opened 7 years ago

FaelDii commented 7 years ago

How can I fix it? I already linked the package to the Package.swift file and I type swift build on ubuntu but I get this error "error: unsatisfiable"

vzsg commented 7 years ago

Are you trying to add this to a Vapor 2 project? Because if you are, stop, you don't need this package. SQLite support is always included with fluent-provider.

This package is for Vapor 1 only, and can be considered legacy.