Releases: djthorpe/postgresql-kit
postgresql-kit pre release v9
This version is still ALPHA quality software. A re-write of PGClientKit which uses the runloop to respond to incoming information from the postgresql server, to allow notifications to operate.
postgresql-kit pre release v6
Updated project for latest versions of OpenSSL, Postgresql, XCode, Mac OS and iOS
for building. Currently builds for iOS and Mac. The version numbers are now:
- Postgresql 9.4.0
- OpenSSL 1.0.1j
- Mac OS X 10.10 (64 bit)
- iOS 8.1 (architectures armv7, armv7s, arm64 and i386)
postgresql-kit pre release v5
Finally, a new pre-release version of postgresql-kit. This version includes:
- PGServerKit framework for Mac
- PGClientKit framework for iOS and Mac
- Example PGClient application for iOS and Mac
- Example PGServer application for Mac
It's targeted at Mac 10.8 and iOS 6.1. There is a script etc/build-all.sh
which can be used to compile all the software. You'll need to install https://github.com/kstenerud/iOS-Universal-Framework if you wish to build iOS frameworks.
I've removed some code in order to make everything work. In particular, here are some of the limitations:
- Temporarily removed backup, configuration and host access features from PGServerKit
- Haven't yet implemented the ability to convert binary objects into NSObjects in PGClientKit
There's a lack of documentation for PGClientKit at the moment, which will follow shortly. Let me know how you get along by filing issues for me, thank you!