Tags: vapor/fluent-postgres-driver
Tags
Update package for Sendable, and other cleanup (#217) * Package structure updates, remove obsolete files, update CI, bump minimum Swift to 5.8, fixup docs and logo * Sendable correctness, minor cleanup, use only debug logging in a library * Make the tests Sendable and async, use singleton MTELG and thread pool, don't use benchmarker's DB for tests
Update for the nested subpath changes in FluentKit (#215) * Remove no longer needed (well, never needed, really) nested subpath support in SQL converter delegate. General tidying and CI. * Work around weird bug where Swift 5.7 thinks this particular test model isn't Equatable even though it is
Warn about deprecation of old config methods instead of breaking exis… …ting code (#212) * Yield deprecation warnings (instead of compiler errors) for previously working code using the old postgres configuration methods, while setting it up so the compiler correctly defaults to the new ones in ambiguous cases.
Updated to use new PostgresKit/PostgresNIO APIs (#207) * Require Swift 5.7 * Revamp FluentPostgresConfiguration to use SQLPostgresConfiguration and FluentPostgresDatabase to use SQLDatabase for (almost) everything instead of duplicating PostgresKit's work. Ditch uses of old APIs. * General cleanup * CI cleanup * Add API breakage allowlist * Require the updated PostgresKit
PreviousNext