Skip to content

How to open an existing local database #2

Open
@galders

Description

@galders

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions