//
// DataSourceOptions.swift
// StORM
// Created by Jonathan Guthrie on 2016-09-23.
/// Datasource options - add options as they are required.
public enum StORMDataSourceOptions {
case SSL(Bool)
}