Skip to content

How to open an existing local database #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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