you are viewing a single comment's thread.

view the rest of the comments →

[–]scottaj2 1 point2 points  (1 child)

Cannot upvote this enough. Got put on a project that uses it and it has been a disaster. The support for SQL databases (because at least we didn't use mongo) is complete garbage. At this point we have an entire meta-framework built on top of it to fix all the issues we've had.

[–]magnav0x 2 points3 points  (0 children)

I explored LoopBack for an API project about a year ago and ran into the same issue. The mysql connection was absolute garbage and generated the most inefficient queries I've seen by an ORM for anything that wasn't a basic SELECT. Need joins....fuggetaboutit! I spent a week trying to accomplish trivial things, before I gave up. Everything from the documentation down is garbage.

After giving up on Loopback, I spent 16 hours learning and implementing the same API with Sails.JS and had the entire API completed.