Hacker News new | ask | show | jobs
by Scorpiion 1731 days ago
As others have mentioned there is a menu option to show the tables. You can also run this sql query to see the tables:

SELECT name FROM sqlite_master WHERE type='table'