Simple example of sqllite plugin with with ngCordova

I simply cant get sqlLite up and running. Basically plugin works also database is opened, but I can’t start reading data normally, I have feeling that code is executed before database is opened. Why $cordovaSQLite.openDB isn’t returning promise?

I was checking example from ngCordova (http://ngcordova.com/docs/#SQLite) what is $scope.execution there?

So basiclly a working sample with open database and read same data would be more than enough! :slight_smile:

1 Like

You should check out the forum for other posts about the sqlite plugin.

I did, i did! But I was running code on phone with “Phonegap Developer Application” and now i finally noticed that it doesn’t include SQLLite plugin out of the box… :blush:

1 Like