We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d242421 commit c666393Copy full SHA for c666393
Documentation/DemoApps/GRDBDemo/GRDBDemo/Database/AppDatabase.swift
@@ -12,7 +12,7 @@ import os.log
12
/// let dbQueue = try DatabaseQueue(configuration: config)
13
/// let appDatabase = try AppDatabase(dbQueue)
14
/// ```
15
-final class AppDatabase: Sendable {
+struct AppDatabase: Sendable {
16
/// Access to the database.
17
///
18
/// See <https://swiftpackageindex.com/groue/GRDB.swift/documentation/grdb/databaseconnections>
0 commit comments