You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Integrated with the Swift server ecosystem, including use of [SwiftLog].
20
20
- Designed to run efficiently on all supported platforms (tested extensively on Linux and Darwin systems)
21
21
- Support for `Network.framework` when available (e.g. on Apple platforms)
22
+
- Supports running on Unix Domain Sockets
22
23
23
24
PostgresNIO does not provide a `ConnectionPool` as of today, but this is a [feature high on our list](https://github.com/vapor/postgres-nio/issues/256). If you need a `ConnectionPool` today, please have a look at Vapor's [PostgresKit].
24
25
@@ -35,7 +36,7 @@ Add `PostgresNIO` as dependency to your `Package.swift`:
0 commit comments