In my current project, the iOS application is to use a different database depending on location. The database is in raw SQL, so each database is represented as a database file, and is queried by creating a connection to the database.In my current project, the iOS application is t