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
This would in turn pull all the Dogs, then populate their _breed's, and populate each _breed's _fur's.
Also, what is the general view about pluralize vs. singular? Should we have singular db schema names etc.?
-- I thought there was a pluralize function that automatically did this or something (if I can remember correctly)?
The text was updated successfully, but these errors were encountered:
Could we support recursive nested-child DBRef population? For example:
schemas/dogs.js
schemas/breeds.js
schemas/furs.js
routes/dogs.js
This would in turn pull all the Dogs, then populate their _breed's, and populate each _breed's _fur's.
Also, what is the general view about pluralize vs. singular? Should we have singular db schema names etc.?
-- I thought there was a pluralize function that automatically did this or something (if I can remember correctly)?
The text was updated successfully, but these errors were encountered: