NetNewsWire/Frameworks/Database
Brent Simmons b783d1c062 Create and use a DatabaseRelatedObjectsTable protocol, which clarifies the relationships between different table types. 2017-09-02 10:11:19 -07:00
..
Database.xcodeproj Start work on fetching unread counts. 2017-08-31 13:35:48 -07:00
DatabaseTests Continue major surgery. Everything is wildly broken. 2017-07-03 10:29:44 -07:00
Extensions Implement marking statuses in memory and in database. 2017-08-29 13:32:36 -07:00
AccountInfo.swift Progress toward getting Database.framework to build. Mostly just commented stuff out. 2017-08-20 22:43:46 -07:00
ArticlesTable.swift Create and use a DatabaseRelatedObjectsTable protocol, which clarifies the relationships between different table types. 2017-09-02 10:11:19 -07:00
AttachmentsTable.swift Create and use a DatabaseRelatedObjectsTable protocol, which clarifies the relationships between different table types. 2017-09-02 10:11:19 -07:00
AuthorsTable.swift Create and use a DatabaseRelatedObjectsTable protocol, which clarifies the relationships between different table types. 2017-09-02 10:11:19 -07:00
Constants.swift Decide on preliminary public API for Database.swift. Stub-out everything. 2017-08-20 21:23:17 -07:00
CreateStatements.sql Make attachments use a DatabaseLookupTable. 2017-08-20 17:46:15 -07:00
Database.swift Implement database.fetchUnreadCounts. 2017-09-01 13:31:27 -07:00
Info.plist Move Database.framework’s Info.plist. 2017-07-03 10:32:20 -07:00
StatusesTable.swift Implement marking statuses in memory and in database. 2017-08-29 13:32:36 -07:00
TagsTable.swift Create and use a DatabaseRelatedObjectsTable protocol, which clarifies the relationships between different table types. 2017-09-02 10:11:19 -07:00
UnreadCountDictionary.swift Start work on fetching unread counts. 2017-08-31 13:35:48 -07:00