[TIMOB-7102] MobileWeb: Complete Ti.Database implementation
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2012-04-25T16:40:05.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | mw-list |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-01-11T12:19:54.000+0000 |
| Updated | 2014-01-28T23:23:13.000+0000 |
Description
Implement Ti.Database.
Methods
* install() - Depends on TIMOB-7103
Constants
* FIELD_TYPE_DOUBLE
* FIELD_TYPE_FLOAT
* FIELD_TYPE_INT
* FIELD_TYPE_STRING
The Web SQL Database will not work for us. I haven't found a way to make it synchronous. Perhaps we consider writing our own SQLite emulation layer? https://github.com/kripken/sql.js
Mobile web is unable to implement Ti.Database and will never be implemented.