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
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