Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Nov 22, 2024
1 parent dee89db commit af37172
Show file tree
Hide file tree
Showing 11 changed files with 894 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 0303-sqlite-pt3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## [Point-Free](https://www.pointfree.co)

> #### This directory contains code from Point-Free Episode: [SQLite: SwiftUI](https://www.pointfree.co/episodes/ep303-sqlite-swiftui)
>
> Let’s see how to integrate a SQLite database into a SwiftUI view. We will explore the tools GRDB provides to query the database so that we can display its data in our UI, as well as build and enforce table relations to protect the integrity of our app’s state. And we will show how everything can be exercised in Xcode previews.
Loading

0 comments on commit af37172

Please sign in to comment.