What's New

2.9.0 - Update package for Sendable, and other cleanup

2024-05-01T15:57:02Z

What's Changed

Update package for Sendable, and other cleanup by @gwynne in #217

Adds Sendable correctness and ExistentialAny compliance, bumps min Swift version to 5.8, leverages the new SQLKit functionality, removes .error-level logging (uses .debug instead), updates CI, modernizes README and docs.

This patch was released by @gwynne

Full Changelog: 2.8.0...2.9.0

FluentPostgresDriver

Documentation Team Chat MIT License Continuous Integration Swift 5.8+


FluentPostgresDriver is a FluentKit driver for PostgreSQL clients. It provides support for using the Fluent ORM with PostgreSQL databases, and uses PostgresKit to provide SQLKit driver services, PostgresNIO to connect and communicate with the database server asynchronously, and AsyncKit to provide connection pooling.

Usage

Use the SPM string to easily include the dependendency in your Package.swift file:

.package(url: "https://github.com/vapor/fluent-postgres-driver.git", from: "2.0.0")

For additional information, see the Fluent documentation.

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Thu May 16 2024 13:42:02 GMT-0900 (Hawaii-Aleutian Daylight Time)