Projects / MySQL Cocoa project

MySQL Cocoa project

The MySQL Cocoa project provides a standard MySQL client API for using the database with Cocoa (the MacOS X Objective-C/OpenStep environment).

Tags Database Front-Ends
Licenses GPL
Operating Systems Mac OS X
Implementation Objective C SQL

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  09 Aug 2004 13:29
  • Rrelease-after

Changes: This release adds support for NULL and NSNull in the quoteObject: method of MCPConnection.

  • Rrelease-mid
  •  04 Aug 2004 19:04
  • Rrelease-after

Changes: This release adds better handling of integer columns and text columns. SMySQL is now able to recognize (and keep information) for unsigned integers (up to UNSIGNED BIGINT == unsigned long long == 64b unsigned integer). The TEXT columns are now retrieved as text, hopefully using the proper encoding (coming from the DB server).

  • Rrelease-mid
  •  25 Aug 2003 01:07
  • Rrelease-after

Changes: An issue where BigInt numbers (64 bits in MySQL) were transformed into long int (32 bits) by the framework was fixed. BigInt columns are now treated as long long (64 bits) signed integers (there are still problems with unsigned MySQL columns).

  • Rrelease-mid
  •  20 Aug 2003 16:52
  • Rrelease-after

Changes: This release changes the organization of the Project Builder project to make it clearer. The framework is now in three flavors with different names (flavors correspond to targets, and no longer to build styles). SMySQL is linked system-wide to a dynamic libmysqlclient. SMySQL_static is linked system-wide to a static libmysqlclient. SMySQL_bundled is a framework to be bundled within a Cocoa application, linked to a static libmysqlclient. The binary distribution contains these three frameworks, so you don't need to get MySQL to use the framework.

No-screenshot

Project Spotlight

python-djvulibre

Python bindings for DjVuLibre.

No-screenshot

Project Spotlight

rspamd

A fast anti-spam system.