I found this tool called "sql.js" that can access sqlite database directly from javascript. But in order to use it, the user-side has to have the sqlite database file first. In my situation, the database is maintained at the server-side. So here is my question: how do I move the sqlite database file from the server-side to the user-side-javascript so that user-side can make use of this "sql.js" to access the database? Is it possible to do in an Ajax call? Any sample code would be really appreciated!I found this tool called "sql.js" that can acce