Skip to content

Commit 4caef68

Browse files
add note about sqlite file browser and/or kick the build
1 parent 62fda0f commit 4caef68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • Playgrounds/ApolloMacPlayground.playground/Pages/SQLiteCache.xcplaygroundpage

Playgrounds/ApolloMacPlayground.playground/Pages/SQLiteCache.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ DispatchQueue.main.asyncAfter(deadline: .now() + 1) {
6262
PlaygroundPage.current.needsIndefiniteExecution = true
6363

6464
//: Once "FINISHED" prints, you can open the database file at the path printed out with "File path" and examine it to see the persisted data.
65+
//: If you don't already have a SQLite file browser, you can try the free one at https://sqlitebrowser.org/
6566

6667
//: [Next](@next)

0 commit comments

Comments
 (0)