This is a migrated thread and some comments may be shown as answers.

SQLite and WebSQL

1 Answer 84 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Keen
Top achievements
Rank 1
Keen asked on 07 Jun 2013, 08:48 AM
Hi
 Since SQLite is not yet functioning on simulator and I must put it on device to run. Is the syntax of built-in Web SQL that's functioning in simulator is same to the SQLite?

Is there any sample on joining tables? some deeper querying syntax on SQLite. Thanks


Keen

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 11 Jun 2013, 10:41 AM
Hello Keen,

Web Sql is basically sqlite embedded into the browser and as such it is feature-rich sql implementation. It supports all operations one might expect - select/insert/update/delete, you can do joins, inner selects, etc).
You can find more about the Web Sql specification at the W3 site: Web SQL Database.

Regards,
Steve
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Missed our first webinar, watch it here.
Share feedback and vote for features on our Feedback Portal.
Tags
General Discussion
Asked by
Keen
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or