Re: where can i see the tables created in sqlite database

2010-02-02 Thread Tomasz ZieliƄski
You can also google for "sqlite database browser", which is simple but nice GUI tool for browsing SQLite databases. -- Tomasz Zielinski http://pyconsultant.eu -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: where can i see the tables created in sqlite database

2010-02-02 Thread Shawn Milochik
If you have sqlite3 installed on your system, enter this at the command prompt: sqlite3 your_database_file You will be placed at a sqlite prompt. Type: .help (notice leading period) You will see the cool features of sqlite3. One of them is .schema, which will show you the database layout. S

where can i see the tables created in sqlite database

2010-02-01 Thread pyrocks
tutorial given that .schema to see all tables created in sqlite . where i can run this command .schema. from the command promt how to connect sqlite database -- View this message in context: http://old.nabble.com/where-can-i-see-the-tables-created-in-sqlite-database-tp27416410p27416410.html Sent from