What's New

4.7.3 - Log transaction start and end queries

2024-05-29T17:15:46Z

What's Changed

Log transaction start and end queries by @gwynne in #95

We now route transaction control queries through the SQLKit interface so they get logged properly. This matches the existing behavior of the Postgres driver.

This patch was released by @gwynne

Full Changelog: 4.7.2...4.7.3

FluentSQLiteDriver

Documentation Team Chat MIT License Continuous Integration Swift 5.8+


FluentSQLiteDriver is a FluentKit driver for SQLite clients. It provides support for using the Fluent ORM with SQLite databases, and uses SQLiteKit to provide SQLKit driver services, SQLiteNIO to connect and communicate databases 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-sqlite-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: Fri Jul 26 2024 15:37:32 GMT-0900 (Hawaii-Aleutian Daylight Time)