Open
Description
Hello,
I would like to use my existing SQLite database. How can I use your library to open the existing local SQLite database (i will use it for a HTML5 type mobile app).
Thank you in advance. I don't know if this is the right place, but I had not found any other one.
I'm trying something like:
var db = SQLite({ shortName: 'mydatabase.db', defaultErrorHandler: fail, defaultDataHandler: pass });
db.select('mytable', '*');
Thanks again.
Metadata
Metadata
Assignees
Labels
No labels