Quantcast
Channel: Sqlite in chrome - Stack Overflow
Browsing all 5 articles
Browse latest View live

Answer by SchizoDuckie for Sqlite in chrome

I'm not quite sure if you mean 'can i use sqlite (websql) in chrome' or 'can i use sqlite (websql) in firefox', so I'll answer both:You cannot use WebSQL in Firefox. (sql.js is an option, but really,...

View Article



Answer by sampathsris for Sqlite in chrome

You might be able to make use of sql.js.sql.js is a port of SQLite to JavaScript, by compiling the SQLite C code with Emscripten. no C bindings or node-gyp compilation here.<script...

View Article

Answer by martin for Sqlite in chrome

You can use Web SQL API which is an ordinary SQLite database in your browser and you can open/modify it like any other SQLite databases for example with Lita.Chrome locates databases automatically...

View Article

Answer by serg for Sqlite in chrome

Chrome supports WebDatabase API (which is powered by sqlite), but looks like W3C stopped its development.

View Article

Sqlite in chrome

Is it possible to make chrome extension that interacts with sqlite database similarly as firefox extension? Could you give me some advise or link where is more info about developing chrome extension...

View Article

Browsing all 5 articles
Browse latest View live


Latest Images