https://github.com/perfectlysoft/perfect-session-mongodb
Perfect Session Drivers for MongoDB.
https://github.com/perfectlysoft/perfect-session-mongodb
mongodb mongodb-driver perfect perfect-sessions server-side-swift session-management sessions swift
Last synced: 4 months ago
JSON representation
Perfect Session Drivers for MongoDB.
- Host: GitHub
- URL: https://github.com/perfectlysoft/perfect-session-mongodb
- Owner: PerfectlySoft
- License: apache-2.0
- Created: 2017-01-15T04:26:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T17:45:26.000Z (over 7 years ago)
- Last Synced: 2025-05-25T12:02:01.082Z (4 months ago)
- Topics: mongodb, mongodb-driver, perfect, perfect-sessions, server-side-swift, session-management, sessions, swift
- Language: Swift
- Homepage: https://www.perfect.org
- Size: 16.6 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perfect Sessions (MongoDB Driver)
The Perfect Session MongoDB Driver.
Note that a demo is located at [https://github.com/PerfectExamples/Perfect-Session-MongoDB-Demo](https://github.com/PerfectExamples/Perfect-Session-MongoDB-Demo) that shows the operation of the MongoDB driver included in the core library.
## Compatibility with Swift
The master branch of this project currently compiles with **Xcode 8.1** or the **Swift 3.0.1** toolchain on Ubuntu.
## Building
Add this project as a dependency in your Package.swift file.
``` swift
.Package(url:"https://github.com/PerfectlySoft/Perfect-Session-MongoDB.git", majorVersion: 1)
```## Further Information
For more information on the Perfect project, please visit [perfect.org](http://perfect.org).