Comment by seanalltogether
2 months 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 months 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.
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.
Messages uses it too on Mac; was using it to do some convoluted text search on my history
Not as an application file format discussed in the link, though. Lots of software use it as a database (as intended) it's also a base for Apple's Core Data.