Skip to content

Commit 97512aa

Browse files
authored
Update README.md
1 parent 36bdabb commit 97512aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Example project showing how the data and view layers can be decoupled when using
33

44
![](https://github.com/shapehq/SwiftDataDecoupled/blob/main/preview.gif?raw=true)
55

6+
## Table of Contents
7+
8+
- [✨ Motivation](#-motivation)
9+
- [🧪 Solution](#-solution)
10+
- [🤔 Drawbacks](#-drawbacks)
11+
612
## ✨ Motivation
713

814
During WWDC23 Apple announced [SwiftData](https://developer.apple.com/documentation/swiftdata), a framework for quickly adding persistence to iOS apps. SwiftData builds on top of [Core Data](https://developer.apple.com/documentation/coredata/) but moves schema definition to plain Swift files. Consider the following model which defines a model that can be persisted using SwiftData.

0 commit comments

Comments
 (0)