fluent

4.9.0

Vapor ORM (queries, models, and relations) for NoSQL and SQL databases
vapor/fluent

What's New

4.9.0 - Asyncification of Fluent provider

2024-01-11T03:40:19Z

What's Changed

Asyncification of Fluent provider by @gwynne in #772

Updates the Fluent provider package to be (mostly) Sendable-correct and switches MigrateCommand to being async to avoid dangerous misuse of EventLoopFuture.wait().

Bumps minimum Swift version to 5.7 (matching Vapor).

This patch was released by @gwynne

Full Changelog: 4.8.0...4.9.0

Fluent

Documentation Team Chat MIT License Continuous Integration Swift 5.7+


The Fluent package makes it easy to use FluentKit in Vapor applications by tying the FluentKit database abstraction layer into the Vapor application lifecycle. It also provides helpers for mapping FluentKit's models to Vapor's authentication APIs.

For more information, see the Fluent documentation.

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Fri Apr 19 2024 07:05:51 GMT-0900 (Hawaii-Aleutian Daylight Time)