durusmail: quixote-users: web interface to a relational db
web interface to a relational db
2005-10-28
web interface to a relational db
Ksenia Marasanova
2005-10-21
2005/10/21, Michele Simionato :
> Has anybody written a relational db web interface for Quixote?
> I need to write one for PostgreSQL, a very simple one, with the possibility
> of editing records which are just plain ASCII strings, and it looks
> like a common
> job. Thanks,
>
>    Michele Simionato


One option would be to use SQLObject with automatic form generation,
see the end of this page for the possible tools:
http://trac.turbogears.org/turbogears/wiki/SimpleAdminIdeas.

Of course you'll still need to write some Quixote code for handling requests...

--
Ksenia
reply