ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Connecting to database (DB2) on mac Xcode/Swift

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Connecting to database (DB2) on mac Xcode/Swift

    I'm throwing this out there. I'm dabbling in creating an app or at least to do a proof of concept before diving into a big mess. Basically I need to connect to an IBM DB2 database in Xcode/Swift. Anyone got anything like that or done it? Or point me in the right direction ?

    Any ideas on where to go?


    Thanks

  • #2
    I don't think directly connecting to a database from a mobile device is a good idea.

    Instead, set up some REST APIs and call them from your Swift application.

    Comment


    • #3
      That's what I was thinking. I was more trying to do a proof on concept quickly. Thanks Scott

      Comment

      Working...
      X