The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Databases"
(A page to record SQLite information, list all known databases with locations, and link to details of each table) |
(Added 6.0 and how to find it.) |
||
Line 1: | Line 1: | ||
− | The iPhone uses [http://www.sqlite.org/ SQLite] for most (all?) of its database storage. |
+ | The iPhone uses [http://www.sqlite.org/ SQLite] for most (all?) of its database storage. To find the version, type "sqlite3 -version" in MobileTerminal or via SSH. |
=Versions= |
=Versions= |
||
Line 20: | Line 20: | ||
|5.0 |
|5.0 |
||
|3.7.7 |
|3.7.7 |
||
+ | |- |
||
+ | |6.0 |
||
+ | |3.7.13 |
||
|} |
|} |
Revision as of 17:12, 15 June 2013
The iPhone uses SQLite for most (all?) of its database storage. To find the version, type "sqlite3 -version" in MobileTerminal or via SSH.
Versions
iPhone OS | SQLite Version |
---|---|
2.2.1 | 3.4.0 |
3.0/3.1 | 3.6.12 |
4.0 | 3.6.22 |
4.3 | 3.7.2 |
5.0 | 3.7.7 |
6.0 | 3.7.13 |