@@ -1,9 +1,9 @@ /* * Copyright (c) 2020, Jonathan Schleifer * - * https://fossil.nil.im/objsqlite + * https://fossil.nil.im/objsqlite3 * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * @@ -24,11 +24,11 @@ #include OF_ASSUME_NONNULL_BEGIN -@interface SLConnection: OFObject +@interface SL3Connection: OFObject { sqlite3 *_database; } + (instancetype)connectionWithPath: (OFString *)path