From 09acc14b8e4a4a05cea4e2c145dc69fc253cddb0 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 9 May 2020 10:08:53 -0500 Subject: [PATCH] Updated Understanding the Photos database (markdown) --- Understanding-the-Photos-database.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Understanding-the-Photos-database.md b/Understanding-the-Photos-database.md index 47fdff6..3505b9b 100644 --- a/Understanding-the-Photos-database.md +++ b/Understanding-the-Photos-database.md @@ -10,10 +10,10 @@ In Photos 2.0 - 4.0, the database format is very similar between versions. Phot In Photos 2.0 - 4.0, the sqlite3 database is located in: - `~/Pictures/Photos Library.photoslibrary/database/photos.db` + ~/Pictures/Photos Library.photoslibrary/database/photos.db In Photos 5.0, this file also exists but contains only metadata data about the library itself (e.g. which version of Photos created the library) and the actual photo metadata is located in: - `~/Pictures/Photos Library.photoslibrary/database/Photos.sqlite` + ~/Pictures/Photos Library.photoslibrary/database/Photos.sqlite