On Apr 26, 2007, at 10:05 AM, Flavio Coelho wrote:
> What if I wanted to generate a frontend that, given a connection,
> could
> allow me to do the same to any database and also gave me the
> possibility
> modify the database (e.g. create tables, add fields to a table, etc)?
>
> Would such an app be hard to develop with dabo? It would be like a
> db-management app. I know there is a lot of Db-management tools out
> there,
> but it would be nice to be able to quickly generate one in python
> which
> could be then customized to add extra functionality.
I think you answered your own question: there are a lot of db-
management tools out there. Each of them is specific to the database
backend it is designed for, since the tools needed to manage a MySQL
database would be different than that needed to manage a PostgreSQL
database. So there would probably be no way to create a generic, one-
size-fits-all tool that could handle all backends, and even if
something like that could be created, there is no way it could come
close to what the dedicated tools can do.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]