https://github.com/perfectlysoft/perfect-session-mysql
MySQL Driver for Perfect Sessions.
https://github.com/perfectlysoft/perfect-session-mysql
mysql mysql-driver perfect perfect-sessions server-side-swift session-management sessions swift
Last synced: about 1 month ago
JSON representation
MySQL Driver for Perfect Sessions.
- Host: GitHub
- URL: https://github.com/perfectlysoft/perfect-session-mysql
- Owner: PerfectlySoft
- License: apache-2.0
- Created: 2016-12-19T22:55:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T12:04:07.000Z (about 6 years ago)
- Last Synced: 2024-10-19T17:58:16.832Z (8 months ago)
- Topics: mysql, mysql-driver, perfect, perfect-sessions, server-side-swift, session-management, sessions, swift
- Language: Swift
- Homepage: https://www.perfect.org
- Size: 27.3 KB
- Stars: 4
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perfect Sessions (MySQL Driver)
The Perfect Session MySQL Driver.
Note that a demo is located at [https://github.com/PerfectExamples/Perfect-Session-MySQL-Demo](https://github.com/PerfectExamples/Perfect-Session-MySQL-Demo) that shows the operation of the MySQL 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-MySQL.git", majorVersion: 0, minor: 0)
```## Further Information
For more information on the Perfect project, please visit [perfect.org](http://perfect.org).