Hi,
I need to check if I could use SQL Server with Kitura hosted in Bluemix.
I am a Swift developer so I like the idea of Swift in the Server but at the same time I only know Microsoft SQL Server Database which is hosted outside and would like to call that in my Kitura Server.
I need to check if I could use SQL Server with Kitura hosted in Bluemix.
I am a Swift developer so I like the idea of Swift in the Server but at the same time I only know Microsoft SQL Server Database which is hosted outside and would like to call that in my Kitura Server.
I found a good ObjectiveC library which can make SQL Server Connection. but that is ObjectiveC.
https://github.com/martinrybak/SQLClient
and when I installed it in the Kitura Project it throws errors. Just wondering if any one knows :
1) Is there a way to use SQL Server which I can call in Kitura Server. (Within BlueMix)
2) Is there a way to use SQL Server which I can call in Kitura Server. (Outside BlueMix)
3) 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 Swift. (I tried but don’t seem to work)
Many Thanks.