3

I have website which i am building using html and javascript but due to lot of data i want to use local data base which will be with files so that i can access and retrieve data easily is there way to make sqlite data base and access in html web page.

1 Answer 1

2

you can use SQLite with javascript using sql.js refer below link:

http://badassjs.com/post/18857332551/sql-js-sqlite-compiled-to-javascript-via-emscripten

here is a start up tutorial: http://badassjs.com/post/18857332551/sql-js-sqlite-compiled-to-javascript-via-emscripten

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

2 Comments

where will be this data base place inside root folder to access
yes you can place database on root folder and be sure to write correct path of accessing your database.

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.