mirror of
https://github.com/vapor/fluent-postgres-driver.git
synced 2025-04-19 15:25:16 +08:00
* Drop support for Swift 5.8 * Update dependencies * Adopt new APIs * Fix some warnings in Swift 6 * Update CI
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.
Languages
Swift
100%