NetNewsWire/SyncDatabase
Brent Simmons 1ddbe76653 Make SyncDatabase an actor and SyncStatusTable a struct. This matches the structure in ArticlesDatabase — and it makes sense, because the resource to be protected is the database, not the table. 2024-03-13 20:33:48 -07:00
..
.swiftpm/xcode/xcshareddata/xcschemes Add SyncDatabase scheme. 2024-03-13 20:19:26 -07:00
Sources/SyncDatabase Make SyncDatabase an actor and SyncStatusTable a struct. This matches the structure in ArticlesDatabase — and it makes sense, because the resource to be protected is the database, not the table. 2024-03-13 20:33:48 -07:00
.gitignore Convert Articles, ArticlesDatabase, and SyncDatabase to Swift Packages 2020-07-30 04:54:21 -05:00
Package.swift Fix several build issues. 2024-03-10 18:17:04 -07:00
README.md Convert Articles, ArticlesDatabase, and SyncDatabase to Swift Packages 2020-07-30 04:54:21 -05:00

README.md

SyncDatabase

A description of this package.