PostgreSQL for Mac Project, an ongoing effort to create tools, distributions and documentation for best leveraging the PostgreSQL RDMS on the Mac and iOS.
Inching closer to a release of PGSQLSwift, a ground up rewrite of our old PGSQLKit Objective C access library in Swift adopting modern Swift syntax and designs.
Todays milestone, passing 78 / 78 unit tests.
Well, progress is moving right along. A new version of PGSQLKit is in the works, completely rewritten in Swift.
The first milestone has been reached: It connects, runs commands, and returns results.
Next, complete the interfaces before enhancements
PostgreSQL on the Mac - Value Question?
Is there enough value in supporting back to 10.14 or just going 12.0 and moving on? ( leaning towards 12, simply because the tool chain to properly support older versions in mixed version binaries is kinda painful )
Well, after a LONG time of neglect, I am finally free enough from day job obligations to circle back to my PostgreSQL for Mac work.
Build scripts updated to build a universal binary. Done.
Updated universal builds of PGSQLKit.framework. Done.
New installer. In process.
Dealing with system level services in a UX on the Mac is a maze of security and interprocess communication that is a headache. A valuable one, but still a headache.. #workmarcheson
Well after an educational weekend, work is underway to revamp the PG4Mac tools to support any PG distro using a modern Swift environment. This should be a LOT of fun.
PGSQLKit Framework updated and rebuilt for use on Apple Silicon is coming this week. ( If anyone is still interested )
Universal Version being tested as this is posted.
In case you are wondering…. Yes, we are briging PGSQLKit to Apple Silicon. Initial work is done, and it works. Refining some details surrounding OpenSSH support in the connection, and then we will release.