Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T23:41:09.000Z (over 5 years ago)
- Last Synced: 2024-10-13T23:03:04.138Z (4 months 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: 4
- 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).