https://github.com/perfectlysoft/perfect-session-couchdb
CouchDB Driver for Perfect Sessions.
https://github.com/perfectlysoft/perfect-session-couchdb
couchdb couchdb-driver perfect perfect-sessions server-side-swift session-management sessions swift
Last synced: 3 months ago
JSON representation
CouchDB Driver for Perfect Sessions.
- Host: GitHub
- URL: https://github.com/perfectlysoft/perfect-session-couchdb
- Owner: PerfectlySoft
- License: apache-2.0
- Created: 2016-12-20T16:26:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T17:39:26.000Z (over 7 years ago)
- Last Synced: 2025-01-12T18:52:18.218Z (5 months ago)
- Topics: couchdb, couchdb-driver, perfect, perfect-sessions, server-side-swift, session-management, sessions, swift
- Language: Swift
- Homepage: https://www.perfect.org
- Size: 18.6 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perfect Sessions (CouchDB Driver)
The Perfect Session CouchDB Driver.
Note that a demo is located at [https://github.com/PerfectExamples/Perfect-Session-CouchDB-Demo](https://github.com/PerfectExamples/Perfect-Session-CouchDB-Demo) that shows the operation of the CouchDB 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-CouchDB.git", majorVersion: 1)
```## Further Information
For more information on the Perfect project, please visit [perfect.org](http://perfect.org).