On Jun 6, 2006, at 3:25 AM, Sandro Dentella wrote: > Hi all, > > Is there a way in sqlalchemy to query for a list of tables in a > db that is > portable among the different backends? I don't thhink so and one > may argue > is not something that should be provided by SA, but would be very > handy... >
its not there right now, but its entirely appropriate that SQLAlchemy's dialects could provide a list_tables() function thereby standardizing how this can be done. if someone wants to contribute code for each database module i will commit.. _______________________________________________ Sqlalchemy-users mailing list Sqlalchemy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users