Tim Condon fd57101e42
Adopt Async Shutdown (#221)
* Drop support for Swift 5.8

* Update dependencies

* Adopt new APIs

* Fix some warnings in Swift 6

* Update CI
2024-10-06 02:37:46 +01:00
2024-10-06 02:37:46 +01:00
2020-07-22 11:54:19 -04:00
2023-02-24 19:50:00 +00:00
2018-02-23 20:29:33 -05:00
2024-10-06 02:37:46 +01:00

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.

Languages
Swift 100%