The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Databases"
(→Versions: According to the iOS 7 SDK, it is the same for 6 and 7.) |
(meh) |
||
Line 1: | Line 1: | ||
− | The iPhone uses [http://www.sqlite.org/ SQLite] for most (all?) of its database storage. To find the version, type |
+ | The iPhone uses [http://www.sqlite.org/ SQLite] for most (all?) of its database storage. To find the version, type <code>sqlite3 -version</code> in MobileTerminal or via SSH. |
− | =Versions= |
+ | == Versions == |
− | {| class="wikitable" style="font-size: smaller; text-align: center |
+ | {| class="wikitable" style="font-size: smaller; text-align: center;" |
− | !iOS |
+ | ! iOS version |
− | !SQLite |
+ | ! SQLite version |
|- |
|- |
||
− | |2.2.1 |
+ | | 2.2.1 |
− | |3.4.0 |
+ | | 3.4.0 |
|- |
|- |
||
− | |3.0 |
+ | | 3.0 |
− | |3.6.12 |
+ | | rowspan="2" | 3.6.12 |
|- |
|- |
||
+ | | class="rborderplz" | 3.1 |
||
− | |4.0 |
||
− | |3.6.22 |
||
|- |
|- |
||
− | |4. |
+ | | 4.0 |
− | |3. |
+ | | 3.6.22 |
|- |
|- |
||
− | | |
+ | | 4.3 |
− | |3.7. |
+ | | 3.7.2 |
|- |
|- |
||
− | | |
+ | | 5.0 |
+ | | 3.7.7 |
||
+ | |- |
||
+ | | 6.0 |
||
| rowspan="2" | 3.7.13 |
| rowspan="2" | 3.7.13 |
||
|- |
|- |
||
+ | | class="rborderplz nobrradiusplz" | 7.0 |
||
− | |7.0 |
||
− | | class="rborderplz" | |
||
|} |
|} |
Revision as of 22:55, 10 October 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
iOS version | SQLite version |
---|---|
2.2.1 | 3.4.0 |
3.0 | 3.6.12 |
3.1 | |
4.0 | 3.6.22 |
4.3 | 3.7.2 |
5.0 | 3.7.7 |
6.0 | 3.7.13 |
7.0 |