iOS application uses SQLite as there backend database. This is part of the 'Core Data' - Framework by Apple to manage object relationships.

Worth noting that all tables in Core Data the databases are appended with 'Z' at the beginning.

We can search for SQLite files in the Application directory that may contain sensitive information.