orlandos-nl / MongoKitten

Native MongoDB driver for Swift, written in Swift

Home Page:https://orlandos.nl/docs/mongokitten/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How could I use MongoKitten for Vapor 3 beta?

honghaoz opened this issue · comments

I tried following package specifiers:
.package(url: "https://github.com/OpenKitten/MongoKitten.git", .revision("a3e8cdf")),
.package(url: "https://github.com/OpenKitten/MongoKitten.git", .branch("master/5.0")),

None of them work for vapor 3.

NVM, just figured out the branch name.

.package(url: "https://github.com/OpenKitten/MongoKitten.git", .branch("master/4.1")), works.