postgres-nio
postgres-nio copied to clipboard
🐘 Non-blocking, event-driven Swift client for PostgreSQL.
**Is your feature request related to a problem? Please describe.** See [this](https://github.com/vapor/postgres-nio/pull/500#discussion_r1720751040) for the origin. Postgres can sometimes return an empty query response, for example when your whole query is...
Apple is saying here that they are going to use Musl for cross compiling... can you add it please? Thanks https://www.swift.org/documentation/articles/static-linux-getting-started.html #if os(macOS) || os(iOS) import Darwin #elseif canImport(Glibc) import...
### Describe the issue Memory usage spiked when we deployed our application with postgres-nio 1.22.0. ### Vapor version 4.102.1 ### Operating system and version Linux ### Swift version Swift 5.10...
### Describe the issue Try decoding JSONB_AGG_STRICT fails ### Vapor version N/A ### Operating system and version macOS 15.0 ### Swift version Swift Package Manager - Swift 6.0.0-dev ### Steps...
I have a number of db related unit tests that started failing due to recent changes and I find it very difficult to debug them due to the masked error...
This adds additional methods to `PostgresBindings` to allow bindings to be created with optionals. The new methods either append a null or delegate to original non optional version of the...
Some explanation of how to set bindings for optional values in a prepared statement would be helpful. It seems you can't set binding is the property is optional. If so...
First pass at feature #512 What's the best way to go about writing unit test for the withTransaction func?
**Is your feature request related to a problem? Please describe.** Allow options to set the Application names for each connection/Query **Describe the solution you'd like** PostgresClient.Configuration should accept application name...
Hello, thanks for the great framework! When trying to use it there are a lot of questions and I thought that it would be great to make some examples of...