MySQL-StORM Demo
MySQL-StORM is the MySQL module for StORM - a Swift ORM.
This project is a simple demonstration of using a subset of the MySQL-StORM functions.
The master branch of this project currently compiles with Xcode 8.2 or the Swift 3.0.1 toolchain on Ubuntu.
NOTE - before running this project please set the connector information for your database in main.swift
The following will clone and build the project.
git clone https://github.com/PerfectExamples/MySQLStORM-Demo.git
cd MySQLStORM-Demo
swift build
.build/debug/MySQLStORM-Demo
To run the project in Xcode, navigate to the directory in terminal and execute:
swift generate xcode-proj
Then open the generated project, select the executable scheme, then Run the project.
We have transitioned to using JIRA for all bugs and support related issues, therefore the GitHub issues has been disabled.
If you find a mistake, bug, or any other helpful suggestion you'd like to make on the docs please head over to http://jira.perfect.org:8080/servicedesk/customer/portal/1 and raise it.
A comprehensive list of open issues can be found at http://jira.perfect.org:8080/projects/ISS/issues
For more information on the Perfect project, please visit perfect.org.