MCPcopy Create free account
hub / github.com/shabados/database / defaultEagerAlgorithm

Method defaultEagerAlgorithm

lib/models/BaseModel.js:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8class BaseModel extends Model {
9 // To avoid too many SQL variables error
10 static get defaultEagerAlgorithm() {
11 return Model.JoinEagerAlgorithm
12 }
13
14 static get useLimitInFirst() {
15 return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected