[pysqlite] Listing Tables

Siegfried Gündisch <[email protected]> Wed, 22 Jul 2009 12:20:09 +0200
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
Hello Group.

I want to list all the tables in a database with a simple command.
With what I came up so far, is using iterdump and then sorting out all
the "create table ... " strings.
But this is somewhat unconvenient because it takes a lot of processing time.
I guess there must be a simpler solution, but no documentation I read =

until now revealed usable informations.

Regards,
Siegfried G=FCndisch