We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab56ce commit 79fb10dCopy full SHA for 79fb10d
Documentation/Players/Sources/Players/PlayerRepository.swift
@@ -4,9 +4,6 @@ import os.log
4
5
/// A repository of players.
6
///
7
-/// `PlayerRepository` applies the practices recommended at
8
-/// <https://github.com/groue/GRDB.swift/blob/master/Documentation/GoodPracticesForDesigningRecordTypes.md>.
9
-///
10
/// You create a `PlayerRepository` with a
11
/// [connection to an SQLite database](https://swiftpackageindex.com/groue/grdb.swift/documentation/grdb/databaseconnections),
12
/// created with a configuration returned from
0 commit comments