mongo-driver icon indicating copy to clipboard operation
mongo-driver copied to clipboard

Readme not clear

Open massdonati opened this issue 8 years ago • 4 comments

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.

massdonati avatar Oct 05 '16 06:10 massdonati

To use Mongo, add this package: https://github.com/vapor/mongo-provider

Docs: https://vapor.github.io/documentation/fluent/driver.html

tanner0101 avatar Oct 05 '16 14:10 tanner0101

~~I got the same problem as @maxydon. I also lifted the codes from https://github.com/vapor/mongo-provider~~

mongo-error

Ok so after reading the Vapor docs I came across this, and this exactly solves the problem:

mongo-solution

islandjoe avatar Nov 05 '16 21:11 islandjoe

@islandjoe could you make a PR to the README that adds this note?

tanner0101 avatar Nov 07 '16 20:11 tanner0101

This is not solving the problem for me :(

imdanielsp avatar Apr 13 '17 23:04 imdanielsp