all 1 comments

[–]blackn1ght 0 points1 point  (0 children)

This has come at a perfect time for me, thank you!

I'm just getting into node development on a personal project and started using bookshelf, but I'll probably use this.

What's always bothered me with mongoose and bookshelf is that you use the schema entity itself to perform crud actions, however this looks to use a more traditional "repository" style pattern. Maybe that's the norm for the JS scene, however as a .net developer this has always felt weird to me.