Re: [Sqlalchemy-users] Enumerating tables

2006-10-09 Thread Martin Kaffanke
Am Montag, den 09.10.2006, 09:17 +0200 schrieb Achim Domma: > Hi, > > is it possible to enumerate the tables in a database using sqlalchemy? > Or do I have to access the database directly for that? > > I have a database with multiple tables which all have the same > structure. My app needs to d

[Sqlalchemy-users] Enumerating tables

2006-10-09 Thread Achim Domma
Hi, is it possible to enumerate the tables in a database using sqlalchemy? Or do I have to access the database directly for that? I have a database with multiple tables which all have the same structure. My app needs to display a selection box to let the user choose which table to view. regar