Open massdonati opened 8 years ago
To use Mongo, add this package: https://github.com/vapor/mongo-provider
Docs: https://vapor.github.io/documentation/fluent/driver.html
I got the same problem as @maxydon. I also lifted the codes from https://github.com/vapor/mongo-provider
Ok so after reading the Vapor docs I came across this, and this exactly solves the problem:
@islandjoe could you make a PR to the README that adds this note?
This is not solving the problem for me :(
I'm not sure what should I add on my Package.swift file because XCode says no such module MongoDriver. I tried to add mongokitten's and this git repo without luck.
Thanks for the help.