0

How do i create SQLite DB without using WebSQL API?(for Google Chrome browser). i want to create synchronized API for SQLite database . Using Extensions if it is possible Any help is appreciated

1 Answer 1

1

There's no secondary interface to SQLite inside of Chrome that extensions generally have access to; WebSQL is it. You might want to take a look at the Storage API, which gives you a syncable data-storage system that looks a lot like local storage. Perhaps that suits your use-case?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.