mikekn: (Brains)
mikekn ([personal profile] mikekn) wrote2010-05-06 03:05 pm
Entry tags:

Simple database front ends?

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).

[identity profile] sskipstress.livejournal.com 2010-05-06 07:31 pm (UTC)(link)
What kind of database and what have you looked at so far?

[identity profile] ubiq31.livejournal.com 2010-05-06 07:39 pm (UTC)(link)
Depending on the goal and requirements, you can do some nice things with Ruby on Rails...

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 :)