Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialYin Sheng Ng
10,515 PointsQuestion about CRUD between Mongodb and Swift
Is it possible that we can implement CRUD operation in swift to MongdoDB directly without using any rest api ? I heard about swiftMongoDB library, it seems like able to run the CRUD directly to db without rest api. So i wonder what's the pros using an API as a bridge to passing data.
1 Answer
Michael Hulet
47,913 PointsA friend of mine wrote a driver to interface with MongoDB via Swift, but that only works when you're using a server-side framework to write a backend server. As far as I know, MongoDB does not run on iOS itself