I have a database with the db extension(file.db) I have to use in my iOS project. I have to read from it, not write anything in it.
My question is: can I use it like this, or does it have to have the extension .sqlite?(I have found examples with this one) My other question: do I have to use CoreData in my project in order to access this db database or is there no need for CoreData?
Thank you.
PS: any tutorial regarding using db databases in iOS Swift is welcomed. I have found many, but nothing exactly on this.