Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Nov 11, 2024
1 parent bc82eae commit dee89db
Show file tree
Hide file tree
Showing 11 changed files with 741 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 0302-sqlite-pt2/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: GRDB](https://www.pointfree.co/episodes/ep302-sqlite-grdb)
>
> Interfacing with SQLite's C library from Swift is possible, but clunky. Luckily there are friendlier, "Swiftier" interfaces the community has built, so let's take a look at the most popular: GRDB. We'll explore how it can help us avoid pitfalls and boilerplate required to use the C library, and how its typed SQL helpers can even help us avoid runtime issues at compile time.
Loading

0 comments on commit dee89db

Please sign in to comment.