Skip to main content

One post tagged with "Repository"

View All Tags

How to reuse custom LoopBack Repository code

· 7 min read
Miroslav Bajtoš
LoopBack Maintainer

Originally published on strongloop.com

When building a LoopBack 4 application, we often need to tweak or improve the default data access behavior provided by the framework. It's usually desirable to apply the same set of customizations for multiple models, possibly across several microservices. In this post, I'd like to share a few tips and tricks for reusing such repository code.