fluent-postgres-driver
2.8.0
🐘 PostgreSQL driver for Fluent.
vapor
fluent
server-side-swift
vapor-service
postgresql
swift-linux
fluent-driver
fluent-database
swift
vapor/fluent-postgres-driver
What's New
2.8.0 - Update for the nested subpath changes in FluentKit
2023-07-11T07:47:15Z
This patch was authored and released by @gwynne.
vapor/fluent-kit#572 takes advantage of the new support added to SQLKit in vapor/sql-kit#169, so remove the obsolete legacy support here.
Also adds back a missing test that was accidentally lost at some point and does some minor tidying.
(Note: Since we now depend on a version of FluentKit that is multiple minor versions newer than before, this must also be semver-minor.) #215
Description
- Swift Tools 5.7.0
Description
{ "name": "fluent-postgres-driver", "path": "/usr/src/package", "targets": [ { "name": "FluentPostgresDriverTests", "path": "Tests/FluentPostgresDriverTests", "type": "test", "c99name": "FluentPostgresDriverTests", "sources": [ "FluentPostgresDriverTests.swift", "FluentPostgresTransactionControlTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "FluentPostgresDriver" ], "product_dependencies": [ "FluentBenchmark" ] }, { "name": "FluentPostgresDriver", "path": "Sources/FluentPostgresDriver", "type": "library", "c99name": "FluentPostgresDriver", "sources": [ "DatabaseID+PostgreSQL.swift", "Deprecations/FluentPostgresConfiguration+Deprecated.swift", "Exports.swift", "FluentPostgresConfiguration.swift", "FluentPostgresDatabase.swift", "FluentPostgresDriver.swift", "PostgresConverterDelegate.swift", "PostgresError+Database.swift", "PostgresRow+Database.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "FluentPostgresDriver" ], "product_dependencies": [ "AsyncKit", "FluentKit", "FluentSQL", "PostgresKit" ] } ], "products": [ { "name": "FluentPostgresDriver", "type": { "library": [ "automatic" ] }, "targets": [ "FluentPostgresDriver" ] } ], "platforms": [ { "name": "macos", "version": "10.15" }, { "name": "ios", "version": "13.0" }, { "name": "watchos", "version": "6.0" }, { "name": "tvos", "version": "13.0" } ], "dependencies": [ { "url": "https://github.com/vapor/async-kit.git", "type": "sourceControl", "identity": "async-kit", "requirement": { "range": [ { "lower_bound": "1.17.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/vapor/fluent-kit.git", "type": "sourceControl", "identity": "fluent-kit", "requirement": { "range": [ { "lower_bound": "1.43.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/vapor/postgres-kit.git", "type": "sourceControl", "identity": "postgres-kit", "requirement": { "range": [ { "lower_bound": "2.11.4", "upper_bound": "3.0.0" } ] } } ], "tools_version": "5.7", "manifest_display_name": "fluent-postgres-driver" }
Package Dump
{ "name": "fluent-postgres-driver", "targets": [ { "name": "FluentPostgresDriver", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "AsyncKit", "async-kit", null, null ] }, { "product": [ "FluentKit", "fluent-kit", null, null ] }, { "product": [ "FluentSQL", "fluent-kit", null, null ] }, { "product": [ "PostgresKit", "postgres-kit", null, null ] } ] }, { "name": "FluentPostgresDriverTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "FluentBenchmark", "fluent-kit", null, null ] }, { "target": [ "FluentPostgresDriver", null ] } ] } ], "products": [ { "name": "FluentPostgresDriver", "type": { "library": [ "automatic" ] }, "targets": [ "FluentPostgresDriver" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.15", "platformName": "macos" }, { "options": [], "version": "13.0", "platformName": "ios" }, { "options": [], "version": "6.0", "platformName": "watchos" }, { "options": [], "version": "13.0", "platformName": "tvos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "async-kit", "location": { "remote": [ "https://github.com/vapor/async-kit.git" ] }, "requirement": { "range": [ { "lowerBound": "1.17.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "fluent-kit", "location": { "remote": [ "https://github.com/vapor/fluent-kit.git" ] }, "requirement": { "range": [ { "lowerBound": "1.43.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "postgres-kit", "location": { "remote": [ "https://github.com/vapor/postgres-kit.git" ] }, "requirement": { "range": [ { "lowerBound": "2.11.4", "upperBound": "3.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.7.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- async-kit1.18.0
- fluent-kit1.45.0
- postgres-kit2.12.2
Dependencies
{ "url": "/usr/src/package", "name": "fluent-postgres-driver", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/vapor/async-kit.git", "name": "async-kit", "path": "/usr/src/package/.build/checkouts/async-kit", "version": "1.18.0", "identity": "async-kit", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.59.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.5.3", "identity": "swift-log", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] }, { "url": "https://github.com/apple/swift-algorithms.git", "name": "swift-algorithms", "path": "/usr/src/package/.build/checkouts/swift-algorithms", "version": "1.0.0", "identity": "swift-algorithms", "dependencies": [ { "url": "https://github.com/apple/swift-numerics", "name": "swift-numerics", "path": "/usr/src/package/.build/checkouts/swift-numerics", "version": "1.0.2", "identity": "swift-numerics", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/fluent-kit.git", "name": "fluent-kit", "path": "/usr/src/package/.build/checkouts/fluent-kit", "version": "1.45.0", "identity": "fluent-kit", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.59.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.5.3", "identity": "swift-log", "dependencies": [] }, { "url": "https://github.com/vapor/sql-kit.git", "name": "sql-kit", "path": "/usr/src/package/.build/checkouts/sql-kit", "version": "3.28.0", "identity": "sql-kit", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.59.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.5.3", "identity": "swift-log", "dependencies": [] } ] }, { "url": "https://github.com/vapor/async-kit.git", "name": "async-kit", "path": "/usr/src/package/.build/checkouts/async-kit", "version": "1.18.0", "identity": "async-kit", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.59.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.5.3", "identity": "swift-log", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] }, { "url": "https://github.com/apple/swift-algorithms.git", "name": "swift-algorithms", "path": "/usr/src/package/.build/checkouts/swift-algorithms", "version": "1.0.0", "identity": "swift-algorithms", "dependencies": [ { "url": "https://github.com/apple/swift-numerics", "name": "swift-numerics", "path": "/usr/src/package/.build/checkouts/swift-numerics", "version": "1.0.2", "identity": "swift-numerics", "dependencies": [] } ] } ] } ] }, { "url": "https://github.com/vapor/postgres-kit.git", "name": "postgres-kit", "path": "/usr/src/package/.build/checkouts/postgres-kit", "version": "2.12.2", "identity": "postgres-kit", "dependencies": [ { "url": "https://github.com/vapor/postgres-nio.git", "name": "postgres-nio", "path": "/usr/src/package/.build/checkouts/postgres-nio", "version": "1.18.1", "identity": "postgres-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.59.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-nio-transport-services.git", "name": "swift-nio-transport-services", "path": "/usr/src/package/.build/checkouts/swift-nio-transport-services", "version": "1.19.0", "identity": "swift-nio-transport-services", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.59.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-nio-ssl.git", "name": "swift-nio-ssl", "path": "/usr/src/package/.build/checkouts/swift-nio-ssl", "version": "2.25.0", "identity": "swift-nio-ssl", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.59.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] } ] } ] }, { "url": "https://github.com/apple/swift-crypto.git", "name": "swift-crypto", "path": "/usr/src/package/.build/checkouts/swift-crypto", "version": "2.6.0", "identity": "swift-crypto", "dependencies": [] }, { "url": "https://github.com/apple/swift-metrics.git", "name": "swift-metrics", "path": "/usr/src/package/.build/checkouts/swift-metrics", "version": "2.4.1", "identity": "swift-metrics", "dependencies": [] }, { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.5.3", "identity": "swift-log", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sql-kit.git", "name": "sql-kit", "path": "/usr/src/package/.build/checkouts/sql-kit", "version": "3.28.0", "identity": "sql-kit", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.59.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.5.3", "identity": "swift-log", "dependencies": [] } ] }, { "url": "https://github.com/vapor/async-kit.git", "name": "async-kit", "path": "/usr/src/package/.build/checkouts/async-kit", "version": "1.18.0", "identity": "async-kit", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.59.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.5.3", "identity": "swift-log", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.4", "identity": "swift-collections", "dependencies": [] }, { "url": "https://github.com/apple/swift-algorithms.git", "name": "swift-algorithms", "path": "/usr/src/package/.build/checkouts/swift-algorithms", "version": "1.0.0", "identity": "swift-algorithms", "dependencies": [ { "url": "https://github.com/apple/swift-numerics", "name": "swift-numerics", "path": "/usr/src/package/.build/checkouts/swift-numerics", "version": "1.0.2", "identity": "swift-numerics", "dependencies": [] } ] } ] }, { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.1.0", "identity": "swift-atomics", "dependencies": [] } ] } ] }