fluent-mysql-driver

4.6.0

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

What's New

4.6.0 - Actually support query logging

2024-05-29T19:01:56Z

What's Changed

Actually support query logging by @gwynne in #225

Now supports query logging with the same semantics as the other drivers.

Also cleans up some Sendable issues and fixes some warnings in the tests.

This patch was released by @gwynne

Full Changelog: 4.5.1...4.6.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: Mon Jun 24 2024 01:04:14 GMT-0900 (Hawaii-Aleutian Daylight Time)