From 638a793d8e54b2b0aed9fd0b261740455ebcb40b Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 9 May 2020 14:33:31 -0500 Subject: [PATCH] Updated Understanding the Photos database (markdown) --- Understanding-the-Photos-database.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Understanding-the-Photos-database.md b/Understanding-the-Photos-database.md index 172ed48..99635f1 100644 --- a/Understanding-the-Photos-database.md +++ b/Understanding-the-Photos-database.md @@ -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).