Hi, I want to create a Sqlite Database in Firefox (I can update my Firefox). According to my knowledge Firefox does not give you Sqlite Database access. Is there any plugin or simple patch which gives Sqlite database simulation in Firefox? Regards, Allahbaksh
+2
A:
SQLite Manager - a plug-in for Firefox - allows you to interact with sqlite databases. You can download it here.
AJ
2010-04-24 05:51:48
Whether I can pro grammatically access this from my web page
2010-04-24 06:27:04
not that I am aware of. Check out [Paul Rouget's response](http://stackoverflow.com/questions/2703377/sqlite-database-firefox/2704007#2704007) about Indexed DB - that sounds more like what you want.
AJ
2010-04-26 02:07:23
+4
A:
No, Firefox doesn't support SQLite database (in web pages). And it's not part of the HTML5 specification anymore. IndexedDB is the standardized database: http://www.w3.org/TR/IndexedDB/ Mozilla is working on it, Chrome as well.
Paul Rouget
2010-04-24 09:53:49