Friday, July 13, 2012

what is SQLite ?

                                          SQLite  is a tiny, embedded RDBMS (~275kb) which is used by the most of the local/client storage in  application software such as web browsers.Simply its a embedded data base for web browsers.
Ex.  Mozilla stores the cookies information inside a cookie.sqlite  file in the location C:\Users\Mypc\AppData\Roaming\Mozilla\Firefox\Profiles\gwj7th6j.default.
 This file is encrypted internally.We can explore this data base using a firefox plug in called SQLite.

https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/

Thanks,

Rajesh Kumar Yuvaraj

No comments:

Post a Comment