I am using the new UI Automation in xCode 7/iOS 9 and I would like to verify some results in an Oracle Database. Is this possible to do in Swift? If not what are my other solutions?
FYI for those wondering:
In most environments, direct DB access from a mobile device is discouraged (to put it mildly). Because of this, there is almost no pressure to create direct database access libraries for the mobile platforms.
The *suggested* models are to implement the data access as web services and to consume them on mobile via https:// and JSON or XML. I don't agree with this but.. what can you do