You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Core Data Query Interface is a type-safe, fluent library for working with Core Data in Swift. If you've worked with LINQ in the C# world, you can think of CDQI as "LINQ for Core Data", though without the syntactic sugar of the custom operators.
4
4
5
-
The syntax speaks for itself:
5
+
The simplicity of the syntax compared to standard Core Data speaks for itself:
6
6
7
7
```swift
8
8
let employees = moc.from(Employee).filter("salary > 80000").all()
0 commit comments