[Zope-DB] Generic editing of DB tables
Ian Bicking
ianb at colorstudy.com
Wed Mar 17 14:25:31 EST 2004
It would be very convenient to be able to edit tables in the various
databases we're using -- just adding, deleting, and editing rows. I've
been looking for a very primitive kind of editor for this, that we can
just point at a database and let the user navigate among the tables
(trusted users, of course, this isn't for producing public web pages).
But, strangely, I haven't found many applications that do this. Does
anyone know of a Zope application to do this? Kind of like phpMyAdmin
or phpPgAdmin, but in Zope, and we aren't looking for all the table
creation functionality (it wouldn't hurt, but we're okay using SQL for
that).
Does anyone have any suggestions?
Thanks
Ian
More information about the Zope-DB
mailing list