loopback
loopback copied to clipboard
LoopBack makes it easy to build modern applications that require complex integrations.
Hello Team, Please help me to inject a class between my controller and repository. I want create a library/myclass.ts and that i want to call from my controller request function....
## Steps to reproduce The solution stated in [PR#529](https://github.com/strongloop/loopback-connector-mongodb/pull/529) does not seem to work for me. Here is my config. Noticed the last char in password was and equal sign...
## Steps to reproduce ## Current Behavior ## Expected Behavior ## Link to reproduction sandbox ## Additional information ## Related Issues _See [Reporting Issues](http://loopback.io/doc/en/contrib/Reporting-issues.html) for more tips on writing good...
How to use batchSize property in Loopback Mongodb connector is it like this ? collection.find({},{"batchSize":10000}
whereBuilder.inq('country', ["Pakistan", "india"]); how do i make this work for **case insensitive** so that i can get **pakistan** and **Pakistan** and INDIA and inDia you get the idea something we...
Hello, I use Loopback 4 framework in my app service. In my app service I have a principal datasource and 2 more external datasources(SQL server). Sometimes the external datasources are...
We have an older codebase and we're trying to update to 3.3 for security vulnerabilities. We looked at the migration guide, but it doesn't mention anything about this issue. After...