The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Databases"
m |
m (→Versions: Eh, we don't even need that...) |
||
Line 9: | Line 9: | ||
| 3.4.0 |
| 3.4.0 |
||
|- |
|- |
||
− | | 3 |
+ | | 3.x |
− | + | | 3.6.12 |
|
− | |- |
||
− | | class="rborderplz" | 3.1.x |
||
|- |
|- |
||
| 4.0 |
| 4.0 |
Revision as of 21:52, 3 August 2014
The iPhone uses SQLite for most (all?) of its database storage. To find the version, type sqlite3 -version
in MobileTerminal or via SSH.
Versions
iOS version | SQLite version |
---|---|
2.2.1 | 3.4.0 |
3.x | 3.6.12 |
4.0 | 3.6.22 |
4.3.x | 3.7.2 |
5.x | 3.7.7 |
6.x | 3.7.13 |
7.x |