mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
More progress on relationships.
This commit is contained in:
@@ -14,6 +14,8 @@ public protocol DatabaseTable {
|
||||
var queue: RSDatabaseQueue {get}
|
||||
|
||||
init(name: String, queue: RSDatabaseQueue)
|
||||
|
||||
func fetchObjectsWithIDs<T>(_ databaseIDs: Set<String>, _ database: FMDatabase) -> [T]
|
||||
}
|
||||
|
||||
public extension DatabaseTable {
|
||||
|
||||
Reference in New Issue
Block a user