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
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.
3
8
4
9
This is a Swift version of the Facebook [DataLoader](https://github.com/facebook/dataloader).
5
10
6
-
[![Swift][swift-badge]][swift-url]
7
-
[![License][mit-badge]][mit-url]
8
-
9
11
## Gettings started 🚀
10
12
11
13
Include this repo in your `Package.swift` file.
@@ -302,11 +304,3 @@ swiftformat .
302
304
This library is entirely a Swift version of Facebooks [DataLoader](https://github.com/facebook/dataloader).
303
305
Developed by [Lee Byron](https://github.com/leebyron) and [Nicholas Schrock](https://github.com/schrockn)
0 commit comments