Comment by seanalltogether
2 hours ago
I remember someone mentioning the Acorn image editor on Mac uses sql files to store image data. It probably makes backwards compatibility much easier to work with.
2 hours ago
I remember someone mentioning the Acorn image editor on Mac uses sql files to store image data. It probably makes backwards compatibility much easier to work with.
Messages uses it too on Mac; was using it to do some convoluted text search on my history
It does, here's a schema from an image I just saved with the latest version. Pretty simple.
Also, document-based apps that use Apple's Core Data framework (kinda ORM) usually use SQLite files for storage.