- An example of user repository:
A summary of the code flow is:
- LB4 Repository calls Juggler Model Class
.create
- Juggler Model Class gets the above method (and others) from being mixin-ed Juggler DataAccessObject by default
- Juggler DataAccessObject
.create
calls the Juggler SQL Connectors'.create
- The Juggler SQL Connectors inherit from
loopback-connector
'sSQLConnector