Updated Understanding the Photos database (markdown)
@@ -8,7 +8,7 @@ osxphotos currently supports the following versions of the Photos database and a
|
||||
|
||||
In Photos 2.0 - 4.0, the database format is very similar between versions. Photos 5.0 appeared to be a complete rewrite with a completely different database structure.
|
||||
|
||||
In Photos 2.0 - 4.0, the sqlite3 database is located in:
|
||||
In Photos 2.0 - [4.0](https://github.com/RhetTbull/osxphotos/wiki/Photos-4-database-schema), the sqlite3 database is located in:
|
||||
|
||||
~/Pictures/Photos Library.photoslibrary/database/photos.db
|
||||
|
||||
@@ -31,4 +31,6 @@ The version is a 4-digit integer, the first digit of which signifies which versi
|
||||
* Photos 4.0 (10.14.6) == 4025
|
||||
* Photos 5.0 (10.15.0) == 6000
|
||||
|
||||
Detailed explanation of Photos 5 database structure can be found [here](https://github.com/RhetTbull/osxphotos/wiki/Photos-Version-5-Database).
|
||||
Photos 5 database schema can be found [here](https://github.com/RhetTbull/osxphotos/wiki/Photos-Version-5-Database).
|
||||
|
||||
Photos 4 database schema can be found [here](https://github.com/RhetTbull/osxphotos/wiki/Photos-4-database-schema).
|
||||
|
||||
Reference in New Issue
Block a user