Skip to content

loganwright/libmongoc-xcode

 
 

Repository files navigation

libmongoc-xcode

This repository is a mirror of the MongoDB C driver library, except the source files are place in an Xcode project. This is done to allow libmongoc to build through Carthage.

Dependencies

The MongoDB C driver depends on libbson, so because of that, so does this. Carthage takes care of this for us, though.

Usage

Add the following line to your Cartfile:

github "Danappelxx/libmongoc-xcode" "master"

and run

$ carthage bootstrap

in your source file, simply

import bson
import mongoc

and enjoy!

Documentation

Documentation is available here.

About

A mirror of the MongoDB C driver placed into an Xcode project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%