Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which lightweight database should I use in a Firefox extension?

I currently use a flat-file to store data in a Firefox Extension, but think this is inadequate.

Which lightweight databases are commonly used within Firefox extensions?

like image 811
Mat Avatar asked Feb 08 '09 20:02

Mat


1 Answers

SQLite is built in to recent versions of Firefox for use as a data-storage mechanism. More information, and examples of how to use the FF wrapper API, can be found on MDC.

like image 178
Shog9 Avatar answered Nov 15 '22 13:11

Shog9