This website requires JavaScript.
Explore
Help
Sign In
renun
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced
2025-08-12 06:26:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5b4ffdafba2e79b062cbc66335a7b9eecb66f99b
NetNewsWire
/
SyncDatabase
History
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.