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.

Shawn


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to