diff --git a/Sources/StORM/StORM.swift b/Sources/StORM/StORM.swift index 8695b30..e5960b7 100644 --- a/Sources/StORM/StORM.swift +++ b/Sources/StORM/StORM.swift @@ -6,6 +6,8 @@ // // +public var StORMdebug = false + open class StORM { open var results = StORMResultSet()