DataBase on Mac OS
It is my first time I develop on Mac OS.
Can anyone suggest a client side DB o开发者_如何转开发n Mac OS?
A Database that works the same on both Windows and MAC would be great...
I'm not a MAC developer, but will your requirement fit SQLite? Here's a tutorial on Getting Started.
I suggest mysql or postgresql.
I have came across a DB SQLite which seems to be a gud solution, am working on it :- http://www.javaworkspace.com/connectdatabase/connectSQLite.do
With the Mac, you are entering a different universe. It is not possible to get something tha works the same in two different Universes. If you go with that requirement, then you are basically limited to what is available in the Windoze/Linux market (which is light years behind the Mac).
FileMaker is the best by far. Forget about writing code, in SQL or anything else. Everything, all functions, via a very mature GUI. The application is also Full GUI.
PostgreSQL is an abomination. Check SO yourself for problem posts. It is the latest incarnation of Ingres, which was horrible.
MySQL is not a server architecture, really.
精彩评论