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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,8 @@ Porter is useful for anyone importing data into PHP applications. Data typically
42
42
* Provides a [framework](#architecture) for structuring data import concepts, such a [providers](#providers) offering data via one or more [resources](#resources).
43
43
* Offers useful post-import data augmentation operations such as [filtering](#filtering) and [mapping](#mapping).
44
44
* Protects against intermittent network failure with [durability](#durability) features.
45
-
* Supports raw data caching, at the connector level, for each import.
45
+
* Supports raw data [caching](#caching), at the connector level, for each import.
46
+
* Joins many data sets together using [sub-imports](#sub-imports).
0 commit comments