Simple database front ends?
May. 6th, 2010 03:05 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Does anyone out there know of a simple, preferably web-based, database front end? We've got two choices on a project at work - either code up a custom interface for the client or find an off the shelf product that can do the job. Unfortunately most of what I've found are too feature rich and complex for what we need (simple form based data entry and a good query interface).
(no subject)
Date: 2010-05-06 07:31 pm (UTC)(no subject)
Date: 2010-05-06 08:04 pm (UTC)So far I've just done some web searching, looking at stuff like SQL Developer, Aqua Data Studio, TOra, etc. But they are all overkill for the needs.
(no subject)
Date: 2010-05-06 08:43 pm (UTC)(no subject)
Date: 2010-05-06 10:11 pm (UTC)(no subject)
Date: 2010-05-07 12:36 pm (UTC)(no subject)
Date: 2010-05-06 07:39 pm (UTC)Of course, that's assuming a lot of things, but it's a good way to get exactly what you want, really quickly. Doesn't even require much Ruby knowledge, if you don't want to get into it :)
(no subject)
Date: 2010-05-06 08:06 pm (UTC)(no subject)
Date: 2010-05-06 08:14 pm (UTC)I'm only really aware of custom front-ends or complete apps that come with their own back-end requirements...
Got me wondering, though...what about http://www.phpmyedit.org/ ?
(no subject)
Date: 2010-05-06 08:31 pm (UTC)(no subject)
Date: 2010-05-06 08:55 pm (UTC)That being said, I now have a new thing to use for my personal database interaction needs... I don't mind it looking kind of table-y and database-y :)