https://github.com/bbqsrc/mongo-swift
MongoDB bindings for Swift (using MongoDB C drivers)
https://github.com/bbqsrc/mongo-swift
Last synced: 10 months ago
JSON representation
MongoDB bindings for Swift (using MongoDB C drivers)
- Host: GitHub
- URL: https://github.com/bbqsrc/mongo-swift
- Owner: bbqsrc
- License: other
- Created: 2015-12-09T10:10:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T12:49:07.000Z (about 10 years ago)
- Last Synced: 2024-10-12T03:13:31.851Z (over 1 year ago)
- Language: Swift
- Size: 46.9 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mongo-swift
## About
mongo-swift is a client library written in Swift for MongoDB, using the [mongodb/mongo-c-driver](https://github.com/mongodb/mongo-c-driver) code as a basis.
It therefore has the same dependencies as `mongodb/mongo-c-driver`.