Swiftpack.co - asensei/vapor-fluent-mongo as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by asensei.
asensei/vapor-fluent-mongo 1.2.2
Swift ORM (queries, models, relations, etc) built on MongoDB.
⭐️ 7
🕓 18 weeks ago
macOS linux macOS iOS
.package(url: "https://github.com/asensei/vapor-fluent-mongo.git", from: "1.2.2")

vapor-fluent-mongo

Swift Build Status

Mongo driver for Fluent 5.x.

Environment Variables

Name Required Default Value (e.g.) Description
FLUENT_MONGO_CONNECTION_URL - mongodb://127.0.0.1:27017/vapor Mongo connection string.

Getting Started

Install FluentMongo

Please follow the instructions in the previous section on installing the MongoDB C Driver before proceeding.

Add FluentMongo to your dependencies in Package.swift:

// swift-tools-version:5.5
import PackageDescription

let package = Package(
    name: "MyPackage",
    dependencies: [
        .package(url: "https://github.com/asensei/fluent-mongo.git", from: "VERSION.STRING.HERE"),
    ],
    targets: [
        .target(name: "MyPackage", dependencies: ["FluentMongo"])
    ]
)

GitHub

link
Stars: 7
Last commit: 18 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics