Skip to content

Internal Flow of Loopback Repository with juggler as datasource manager

Notifications You must be signed in to change notification settings

shubhamp-sf/internal-flow-of-loopback-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Internal Flow of Loopback Repository

Query Call Structure with juggler

  • An example of user repository:

image

A summary of the code flow is:

  1. LB4 Repository calls Juggler Model Class .create
  2. Juggler Model Class gets the above method (and others) from being mixin-ed Juggler DataAccessObject by default
  3. Juggler DataAccessObject .create calls the Juggler SQL Connectors' .create
  4. The Juggler SQL Connectors inherit from loopback-connector's SQLConnector

Ref: loopbackio/loopback-next#3357 (comment)

About

Internal Flow of Loopback Repository with juggler as datasource manager

Topics

Resources

Stars

Watchers

Forks