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