/PostgresKit

An experiment in using libpq with Swift

Primary LanguageSwift

PostgresKit

An experiment in connecting to Postgres with Swift

https://colindrake.me/post/wrapping-a-c-library-in-a-swift-framework/

Carthage

Installation with Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate PostgresKit into your Xcode project using Carthage, specify it in your Cartfile:

github "infinitetoken/PostgresKit" ~> 1.0

Run carthage update to build the framework and drag the built PostgresKit.framework into your Xcode project.