MySQL for Objective-C

程序名称:MySQL for Objective-C

授权协议: MIT

操作系统: OS X

开发语言: C/C++

MySQL for Objective-C 介绍

这是 Objective-C 编程语言用来连接 MysqL
数据库的驱动程序。

示例代码

/
A simple init method, note the formatting and whitespace
/
- (id)initWithHost:(Nsstring
)h port:(NSInteger)p user:(Nsstring )u
password:(Nsstring
)pwd options:(NSInteger)properties {
if( self = [super init] ) {
// etc …

} // END if( self = [super init] )
}

MySQL for Objective-C 官网

http://code.google.com/p/mysql-for-obj-c/

相关编程语言

SchemaCrawler提供一组用于增强标准JDBC Metadata的...
ER Master 是一个用于设计ER模型图的Eclipse插件。提...
Eclipse下用于画数据库ER图的插件,主要特性如下: ...
PowerDesigner 是Sybase的企业建模和设计解决方案,...
Mogwai ERDesigner NG是一个实体关系建模工具类似于...
Power*Architect 是一个数据建模工具,主要用在数据...