Home » Topic » How to Create Chrome Extension With SQLite Database?

How to Create Chrome Extension With SQLite Database?

Lincoln Burrows ~ Modified: September 22nd, 2015 ~ ~ 1 Minute Reading

Home Forums How to Create Chrome Extension With SQLite Database?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #670 Score: 0
    Andrew Jackson
    Moderator
    1 pt

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

    #698 Score: 0
    Lincoln Burrows
    Moderator
    16 pts

    Is it possible to use the same sqlite database from firefox and chrome with Web SQL API?

    #718 Score: 0
    Andrew Jackson
    Moderator
    1 pt

    Yeah sure, not only with Web SQL API, even with NPAPI. But it would be very difficult.

    #764 Score: 0
    Stephen West
    Moderator
    4 pts

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.