PostgreSQL-Swift icon indicating copy to clipboard operation
PostgreSQL-Swift copied to clipboard

Swift PostgreSQL driver

Results 9 PostgreSQL-Swift issues
Sort by recently updated
recently updated
newest added

Thanks for the great library. Any way we could get this added as a Cocoapod for convenience sake? Thanks!

Any possible future ios support?

I got Kitura to build successfully with just the Kitura and HeliumLogger packages, but, when I try to add another package, the `PostgreSQL-Swift` package, `https://github.com/stepanhruda/PostgreSQL-Swift.git`, I get a build error...

The latest `0.0.7` release can't be installed with the swift package manager, because Zewo/CLibvenice has moved to VeniceX/CLibvenice and spm gets confused by that 😞 https://github.com/stepanhruda/PostgreSQL-Swift/blob/0.0.7/Package.swift

`error: NoSources("/SwiftExpress/Packages/CLibvenice-0.4.0/Sources/include")` Installed: postgres Installed: echo "deb [trusted=yes] http://apt.zewo.io/deb ./" | sudo tee --append /etc/apt/sources.list sudo apt-get update sudo apt-get install libvenice Installed: echo "deb [trusted=yes] http://apt.zewo.io/deb ./" | sudo...

I'm sure this is somehow a user error on my end but I can't figure it out. Just started using the Swift Package Manager last night. My `Package.swift` ``` import...

I have a Swift 2.2 (open source, non-xcode) project that I'm trying to get working. For my varchar columns everything is working fine. However, I'm trying to figure out timestamp....

- [x] Integration testing using Docker (run OS X script on OS X, Linux script on Linux) - [ ] Consider necessity of asynchronous APIs, and whether to use libdispatch...