mollywoodnini / MongoKitten

Native MongoDB driver for Swift, written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoKitten

Swift 3.0.1 License Build Status

Native MongoDB driver for Swift, written in Swift. This library does not wrap around the mongoc driver. It uses:

Importing

Add this to your Package.swift for the stable

.Package(url: "https://github.com/OpenKitten/MongoKitten.git", majorVersion: 3)

And import MongoKitten in your project.

Supported Features

  • SSL (MongoKitten 3)
  • Sharded Clusters (MongoKitten 3)
  • Replica Sets (MongoKitten 3)
  • DBRefs (MongoKitten 3)
  • GridFS
  • Aggregates
  • All basic MongoDB features

Requirements

A MongoDB server (local or online) running MongoDB 2.6 or above.

Learn

We host all our documentation here.

Supporters

To keep this project up and running we have a donation page set up here. If you add your email address we'll contact you and we'll put your photo underneath here.

License

MongoKitten is licensed under the MIT license.

About

Native MongoDB driver for Swift, written in Swift

License:MIT License


Languages

Language:Swift 99.9%Language:Shell 0.1%