Re: Rapid web app development tool for database

2006-03-02 Thread petrov
TurboGears has Catwalk. Have a look at that. It is a web UI that let's you manipulate the db. Have a look at the the TG Toolbox. -- http://mail.python.org/mailman/listinfo/python-list

Re: Rapid web app development tool for database

2006-03-02 Thread bruno at modulix
George Sakkis wrote: > Is there any tool in python (or with python bindings) like Oracle > Application Express, former HTML DB > (http://www.oracle.com/technology/products/database/application_express/index.html) > ? Ideally it should be dbms-agnostic, e.g. by using SQLObject to talk > to the datab

Rapid web app development tool for database

2006-03-01 Thread George Sakkis
Is there any tool in python (or with python bindings) like Oracle Application Express, former HTML DB (http://www.oracle.com/technology/products/database/application_express/index.html) ? Ideally it should be dbms-agnostic, e.g. by using SQLObject to talk to the database. The closest I can think of