vapor-docs/4.0/docs/fluent
Manuel Gomez a0108bf5ca
Updated Mongodb package dependency (#488)
The existing code to add MongoDB's driver didn't work because of an extra name and incomplete version on the .product().

```
Error: Could not generate Xcode project: 'hello' /Users/mgomez/Developer/Swift/TrailBucket/hello: error: declared name 'FluentMongoDriver' for package dependency 'https://github.com/vapor/fluent-mongo-driver.git' does not match the actual package name 'fluent-mongo-driver'
```

```
error: because no versions of fluent-mongo-driver match the requirement 1.0.0..<2.0.0 and root depends on fluent-mongo-driver 1.0.0..<2.0.0, version solving failed.
```
2020-05-19 16:28:01 +01:00
..
advanced.md Add MongoDB docs for configuration and nested entities (#456) 2020-04-17 12:09:13 -04:00
migrations.md console + logging docs (#458) 2020-03-27 17:47:30 -04:00
models.md console + logging docs (#458) 2020-03-27 17:47:30 -04:00
overview.md Updated Mongodb package dependency (#488) 2020-05-19 16:28:01 +01:00
query-builder.md console + logging docs (#458) 2020-03-27 17:47:30 -04:00
relations.md console + logging docs (#458) 2020-03-27 17:47:30 -04:00