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