Storm/Sources/PerfectCRUD/DataSourceOptions.swift

17 lines
205 B
Swift

//
// DataSourceOptions.swift
// PerfectORM
//
// Created by Jonathan Guthrie on 2016-09-23.
//
//
import Foundation
// add options as they are determined
enum DataSourceOptions {
case SSL(Bool)
}