SQLite is a lightweight embedded database that supports most of the standard SQL syntax and is very suitable for small applications and as a temporary data storage tool. Some configuration information stored in firefox3 is SQLite, that is, if ff3 is installed, the SQLite driver is installed. Program.
Recently I found an ff3 plug-in-SQLite manager, which is very good and can fully manage SQLite. It is similar to SQL2000 Enterprise Manager, including creating databases, creating tables, and managing indexes, is a good SQLite front-end management tool.
This plug-in has been upgraded very quickly. I just installed it for less than a week and found that it has been upgraded three times. The author is very diligent! If you want to learn XUL development, it is also a good example.
Official Address: http://code.google.com/p/sqlite-manager/