NetNewsWire/Frameworks/Database
2017-08-23 21:30:28 -07:00
..
Database.xcodeproj Make Articles table own the various related and lookup tables. 2017-08-23 13:23:12 -07:00
DatabaseTests Continue major surgery. Everything is wildly broken. 2017-07-03 10:29:44 -07:00
Extensions Fix Account-Database init method. 2017-08-22 07:45:09 -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 ArticleCache, which wraps a weak-to-weak NSMapTable. An article is cached for as long as there’s an external (outside-the-cache) reference to the article. 2017-08-23 21:30:28 -07:00
AttachmentsTable.swift Progress toward getting Database.framework to build. Mostly just commented stuff out. 2017-08-20 22:43:46 -07:00
AuthorsTable.swift Progress toward getting Database.framework to build. Mostly just commented stuff out. 2017-08-20 22:43:46 -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 Make Articles table own the various related and lookup tables. 2017-08-23 13:23:12 -07:00
Info.plist Move Database.framework’s Info.plist. 2017-07-03 10:32:20 -07:00
StatusesTable.swift Progress toward getting Database.framework to build. Mostly just commented stuff out. 2017-08-20 22:43:46 -07:00
TagsTable.swift Make attachments use a DatabaseLookupTable. 2017-08-20 17:46:15 -07:00