PostgresClientKit
PostgresClientKit copied to clipboard
A PostgreSQL client library for Swift. Does not require libpq.
Migrate from BlueSocket and BlueSSLService to definitely preferred Apple's open source [swift-nio](https://github.com/apple/swift-nio). Currently BlueSocket and BlueSSLService block modern versions of [swift-argument-parser](https://github.com/apple/swift-argument-parser). They depend on 'swift-argument-parser' 0.4.1..
I've created an extension to the library in my own code which may be useful if you'd consider a pull request. One of my data types is an array of...
When connecting to a database, the caller must know the type of authentication required and set that in the ConnectionConfiguration as the credential. In my fork, I added a "password"...