| This is Maven | |||||
| It's like CocoaMySQL. Only, it's also for PostgreSQL & SQLite3. Access three Database Systems using one single interface. |
|||||
![]() |
|||||
![]() |
|||||
| Download Maven.zip now. It's free.
• Querying the Database Sample Objective-C source code I've used quite a bit more convenience methods in the actual source code for Luca and Maven, but this is the basic structure. It's useful for starters and I will make more of the code available as I build on this example. About Maven by Bernard Teo So, I thought I would re-organise the database access frameworks that I had been building to access MySQL, PostgreSQL and SQLite3, so that they present one consistent programming interface to my Cocoa application, and then use that to build what I call Maven, as a visual representation of what can be achieved. And so far, I'm surprised that it's possible, though it was hard, but I did get it up to here, and it did make programming Luca easier, to deal with all these databases, and any more that I hope to add in the future. I'll try to document the programming interface to these frameworks so that others can use them, too. |
|||||
| Maven assumes that you have MySQL or PostgreSQL installed. If not, download and install them from : • MySQL installer (from mysql.com) The latest version of Maven is 0.5.2 Beta Things To Do : |
|||||