Hacker News new | ask | show | jobs
by novok 97 days ago
iMessage lives as a sqlite db at ~/Library/Messages/chat.db , I wouldn't call a sqlite db proprietary per say.
1 comments

sqlite is a database. You can store things in more or less proprietary formats in it, just like any other database.