Free Database Utilities / Tools for Mac OS X

0

If I were using Windows and wanted to use a database I would set up a WAMP server.

What can I use for Mac OS X?

I'm currently using SQLite via Mike's T Sqlite / Firefox addon for SQLite.

I would like to know what databases are available? (eg. MySQL for PHP, SQLite for PHP/iPhone). Are there any other database systems available that I can install? (For free?)

Sagar R. Kothari

Posted 2009-10-17T22:41:00.987

Reputation: 4 267

You might want to ask your question on StackOverflow. There are many database developers there. Although, your question seems a bit vague. – J. Polfer – 2009-10-17T22:59:51.773

Answers

1

Oracle's free database query tool is SQL Developer. It's written primarily in Java, so it runs on Windows, Linux, and Mac OS X.

J. Polfer

Posted 2009-10-17T22:41:00.987

Reputation: 2 234

2

MAMP is one of them.

I got the details from this question: PHP for Mac OS X

Sagar R. Kothari

Posted 2009-10-17T22:41:00.987

Reputation: 4 267

2

Both the primary open source SQL (relational) DBMS - MySQL and PostgreSQL - are readily available for Mac. So is Firebird.

Choose your DBMS - the chances are decent that it is available for Mac unless you insist on something from Microsoft. Go to its home site; look for it.

Jonathan Leffler

Posted 2009-10-17T22:41:00.987

Reputation: 4 526