Home » Blog » 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 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #652 Score: 0
    Lincoln Burrows
    Moderator
    16 pts

    I want to make chrome extension that interacts with my SQLite database similarly as firefox extension?
    can anybody suggest me the righteous way?

    #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 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.