Swiftpack.co - vapor/fluent-kit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by vapor.
vapor/fluent-kit 1.41.0
Swift ORM (queries, models, and relations) for NoSQL and SQL databases
⭐️ 163
🕓 3 days ago
iOS macOS watchOS
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.41.0")

FluentKit

Documentation Team Chat MIT License Continuous Integration Test Coverage Swift 5.6

GitHub

link
Stars: 163
Last commit: 4 days ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Related Packages

Release Notes

Allow eager-loading of deleted models
4 days ago
This patch was authored by @tarag and released by @gwynne.

Allows eager-loading of soft-deleted models. For maximum flexibility, choosing whether to load soft-deleted models or not is performed for each relation at each query call.

Usage is as follows: let galaxies = try Galaxy.query(on: self.database).with(\.$stars, withDeleted: true)

Use of default argument value of false requires no change to existing code to keep existing behaviour.

Fixes #375.

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