|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PhillyOnRails] Mac GUI for MySQL
|
- From: Chapman Ambrose <chapambrose@gmail.com>
- To: talk@phillyonrails.org
- Subject: Re: [PhillyOnRails] Mac GUI for MySQL
- Date: Thu, 24 Apr 2008 23:03:28 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=a6QxUxJ98vpFgEJhkWjJfR5AVZdeIfz6G9zRLF5sgjA=; b=s2Uzze+zyyash6FwVhIJpyThHmB77feYSFbfNUilTPob/pgsFf40wJMrhjhKlFR1Y2h2r6esTEnlRtDO9hdIv0e5bddB31NlEQuI1E6YgiIHx1aDnifme7tjjsctrXNk9i6Jynop2pivlIwYwulxViDWyrWq6oMPaCgZ4OYQGlc=
- List-archive: <http://lists.phillyonrails.org/pipermail/talk>
- Reply-to: talk@phillyonrails.org
- Sender: talk-bounces@phillyonrails.org
http://cocoamysql.sourceforge.net/
On Apr 24, 2008, at 11:00 PM, Mat Schaffer wrote:
On Apr 24, 2008, at 10:50 PM, Walter Lee Davis wrote:
I am looking for a good GUI for rapid database layout purposes. I
own Navicat, but find it clunky to work with. I also use phpMyAdmin
a lot, but I would really like something that can be configured to
follow the conventions, so when I make a new table, it starts off
with id!
Does it have to be a GUI? I'd be tempted to try to apply rails
database migrations to this sort of thing. You get an id for free
and easy helpers for timestamp columns, etc... There may even be
some way to use them outside of the rails framework without too much
fuss.
-Mat
_______________________________________________
To unsubscribe or change your settings, visit:
http://lists.phillyonrails.org/mailman/listinfo/talk
_______________________________________________
To unsubscribe or change your settings, visit:
http://lists.phillyonrails.org/mailman/listinfo/talk
|
|