Can sqlite API be used to access the database that core data is using?
The data that I’d be querying isn’t being updated, its relatively static. But I need to use joins and can’t do that with Core Data.
Is it safe or are there issues doing so.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would only do this for testing outside of the application. You never know when the schema will change which could break your app.