Author of CoreDataQueryInterface.
If you work with Core Data and would rather say this…
managedObjectContext.from(Employee)
.filter{ $0.department.name == "Engineering" }
.order{ $0.lastName }
than set a bunch of properties on NSFetchRequest
, you probably want to use CDQI.