[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PhillyOnRails] Mac GUI for MySQL
|
- From: Mat Schaffer <schapht@gmail.com>
- To: talk@phillyonrails.org
- Subject: Re: [PhillyOnRails] Mac GUI for MySQL
- Date: Thu, 24 Apr 2008 23:00:48 -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=D9edhNvs5UmhcA6FXrsVTV2FmrK92pXIQEXPlR96nLY=; b=Y5bMCo8DgMninn7Jwqo4H7ebFx6Dy/XEaFmNEVlgCWwqK72DGe92vEHoB1e6WveudQYTvHdoIb5gDOzWRB48RqMCDbgnIMOewXw0MiY1AmmTKoW2vo3AYIt0beOBEDKECyQIU0H3UXOudSTkpn1cmcllUkxlHbuuLgW7fgSpjpc=
- List-archive: <http://lists.phillyonrails.org/pipermail/talk>
- Reply-to: talk@phillyonrails.org
- Sender: talk-bounces@phillyonrails.org
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
|
|