https://github.com/perfectlysoft/perfect-session-postgresql
PostgreSQL Driver for Perfect Sessions.
https://github.com/perfectlysoft/perfect-session-postgresql
perfect perfect-sessions postgresql postgresql-driver server-side-swift session-management swift
Last synced: 24 days ago
JSON representation
PostgreSQL Driver for Perfect Sessions.
- Host: GitHub
- URL: https://github.com/perfectlysoft/perfect-session-postgresql
- Owner: PerfectlySoft
- License: apache-2.0
- Created: 2016-12-19T21:04:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T17:45:31.000Z (about 6 years ago)
- Last Synced: 2025-04-25T20:02:36.287Z (about 1 month ago)
- Topics: perfect, perfect-sessions, postgresql, postgresql-driver, server-side-swift, session-management, swift
- Language: Swift
- Homepage: https://www.perfect.org
- Size: 27.3 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perfect Sessions (PostgreSQL Driver)
The Perfect Session PostgreSQL Driver.
Note that a demo is located at [https://github.com/PerfectExamples/Perfect-Session-PostgreSQL-Demo](https://github.com/PerfectExamples/Perfect-Session-PostgreSQL-Demo) that shows the operation of the PostgreSQL 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-PostgreSQL.git", majorVersion: 0, minor: 0)
```## Further Information
For more information on the Perfect project, please visit [perfect.org](http://perfect.org).