Giter Site home page Giter Site logo

Comments (3)

tgriesser avatar tgriesser commented on April 27, 2024

@amitava82 - I agree that a wiki would be useful, I'm working on a sample app that I hope to get out there sometime soon. I had actually taken a good look at the landscape of ORM's in node, which is what prompted me to write this - but in terms of major differentiating factors, the main ones would be:

  • Transaction support
  • Built on top of a query builder (http://knexjs.org), rather than mixing the two together into a single package
  • Eager/Nested eager relation loading (avoiding the N+1 query problem)
  • Relations are defined dynamically as methods on the model, which allows for really expressive and dynamic relations (e.g. with different constraints)
  • No forced validation scheme / typecasting (though hooks and events to easily provide these where necessary)

In terms of project structure, that would depend a bit on your app. I have been grouping models/collections into files as they seem to make sense related to the application, though I guess some of that might be addressed by a sample application.

from bookshelf.

amitava82 avatar amitava82 commented on April 27, 2024

Thanks! I'm digging into docs. Looking forward to the sample app.

from bookshelf.

rayshan avatar rayshan commented on April 27, 2024

+1, has a comparison page been created? Would love to see if things changed over the past year as both projects progressed.

from bookshelf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.