Here's a PowerShell script to get all tables in a SQLite 3 database file called cookies:
528 chars21 lines
Just replace "cookies.db" with the path to your SQLite 3 database file.
Note: This PowerShell script uses the System.Data.SQLite assembly to connect to the database and get the schema information. You'll need to download and install the SQLite .NET provider from the SQLite website to use this script.
gistlibby LogSnag