fluent-mysql-driver

4.5.0

🖋🐬 Swift ORM (queries, models, relations, etc) built on MySQL.
vapor/fluent-mysql-driver

What's New

4.5.0 - Update package for Sendable and 100% test coverage

2024-05-01T08:46:07Z

What's Changed

Update package for Sendable and 100% test coverage by @gwynne in #223

Adds Sendable correctness and ExistentialAny compliance, bumps min Swift version to 5.8, leverages the new SQLKit functionality, throws errors instead of crashes, updates CI, modernizes README, and achieves 100% test and documentation coverage.

This patch was released by @gwynne

Full Changelog: 4.4.0...4.5.0

FluentMySQLDriver

Documentation Team Chat MIT License Continuous Integration Swift 5.8+


FluentMySQLDriver is a FluentKit driver for MySQL clients. It provides support for using the Fluent ORM with MySQL databases, and uses MySQLKit to provide SQLKit driver services, MySQLNIO 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-mysql-driver.git", from: "4.0.0")

For additional information, see the Fluent documentation.

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Sat May 11 2024 06:19:52 GMT-0900 (Hawaii-Aleutian Daylight Time)