I'm currently developing a mobile application in Swift4 and Xcode, I have found a database that I want to use, it is in the form on a MongoDB database dump dbmongodbdump.tar.gz
However I'm not sure how I get this into swift and then start using this database to display data to the application. I have found this MongoDB Driver for swift, https://github.com/mongodb/mongo-swift-driver. In summary how do I add this database to my application in order to start retrieving information from the database and displaying it to my application
Comments
Post a Comment