Page 1 of 1

Local SQLite Database

Posted: Tue Nov 26, 2013 12:08 pm
by Jordi Niubo

Hi
I'm doing this tutorial about local database with html5: Building a Mobile App with Appery.io Database and Local SQLite Database:
link: http://docs.appery.io/tutorials/build...

How i can see the Data in local database?

My app don't work and im trying to debug, but in the code of Create generic service, it's correct?
Posible is error of the Browser?

Thanks


Local SQLite Database

Posted: Tue Nov 26, 2013 4:31 pm
by Kateryna Grynko

Hi Jordi,

In what browser do you test this?
Are there any console errors?
For example, in Chrome you can see local SQLite Database in Developer Console, Resources tab, in Web SQL. There you can also create SQL queries to Database.


Local SQLite Database

Posted: Thu Nov 28, 2013 9:02 am
by Jordi Niubo

Hi Katya,

I'm working in Chrome.
Thanks for the information about Developer Console, now i can see the ddbb and can play with it :p

I have some console errors but i will try to fix.

Thanks again :)


Local SQLite Database

Posted: Thu Nov 28, 2013 9:55 am
by Kateryna Grynko

Hi Jordi,

Thank you for the update! Don't hesitate to ask if you need any help.