sql on ipdad
Posted: Wed Mar 20, 2013 9:07 am
by Eric Brouwer
My boss say you can run a SQL on an Ipad. If that is correct how can I install an SQL on the Ipad? That would make my program a lot better then using the local storage. I did read something about SQL-lite.
If you can use sql-lite on an ipad:
- where can you download/buy sql-lite
- how do you install sql-lite on ipad
- how do you access the sql-lite
sql on ipdad
Posted: Wed Mar 20, 2013 11:55 am
by Illya Stepanov
Hi Eric,
applications built in Tiggzi, based on technologies HTML5, JavaScript, CSS.
SQLite is an analogue of the Web SQL Database (http://en.wikipedia.org/wiki/Web_SQL_...).
This API for working with SQL database available for Tiggzi application by default.
Specification - http://dev.w3.org/html5/webdatabase/