I need to check if I could use SQL Server with Kitura hosted in Bluemix using ICT (IBM Cloud Tool). I like the idea of Swift in the Server but at the same time I only know Microsoft SQL Server Database which is hosted externally and would like to call that in my Kitura Server and then expose as WebService/API.
I found a good ObjectiveC library which can make SQL Server Connection. but that is ObjectiveC, and could work with Swift. https://github.com/martinrybak/SQLClient but when I installed it in the Kitura Project it throws errors (I can provide details...)
Just wondering if any one knows :
1) Is there a way to use SQL Server which I can call in Kitura Server. (Outside BlueMix)
2) Is there a way to install Cocoapods in Kitura - specially if Cocoapods installs an ObjectiveC library. Can I use a bridging header to bring that in the Kitura Server code. (I tried but don't seem to work)
3) Is there a way to use Microsoft SQL Server which I can call in Kitura Server. (Within BlueMix)
Many Thanks.