Log in

View Full Version : Sqlite database



sarathainside
12-07-2009, 02:59 PM
Hi , I downloaded sqlite from their sourceforge site. How can I create a database in it ? and where can i see the file. For instance i need to see the database file as <filename>.sqlite.

All help would be appreciated.

regards

traq
12-08-2009, 02:51 AM
Firefox has an sqlite add-on (https://addons.mozilla.org/en-US/firefox/addon/5817).

sarathainside
12-08-2009, 03:30 AM
I have a terminal running with sqlite prompt. i'm able to create tables in it using sql queries. But i need to see where these tables are actually stored in the disk . In which file format .

Regards