what I found is doing this currently: run SELECT name FROM sqlite_master WHERE type=\'table\' and copy results to a text editor with regex replace feature. then rep
SELECT name FROM sqlite_master WHERE type=\'table\'