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
* Make sure you have gone through the [DataSource Mapping](guide:mapping-data-sources) guide first, which provides a high level overview of how data mapping works in practice
58
+
* in GRelDAL.
59
+
*
60
+
* A DataSource mapping facilitates the mapping between the persistence layer and the application level entities.
32
61
*
33
-
* Make sure you have seen the Data Mapping Guide
62
+
* It has following major responsibilities:
63
+
*
64
+
* 1. To specify how the data source connects to the persistence layer.
65
+
* 2. To describe the shape of a `row` stored in the persistence layer
66
+
* 3. To describe the shape of an `entity` exposed to the application layer.
67
+
* 4. To define the mapping between the two representations so an entity can be coverted to a row and vice versa.
68
+
* 5. To define how this data source can connect to other data sources through joins or side-loading
0 commit comments