Giter VIP home page Giter VIP logo

Comments (5)

wallymathieu avatar wallymathieu commented on September 27, 2024

Then there is https://maetl.net/talks/rise-and-fall-of-orm

from assertfail.

wallymathieu avatar wallymathieu commented on September 27, 2024

http://blogs.tedneward.com/post/the-vietnam-of-computer-science/

automated O/R mapping tool, such as TopLink, Hibernate / NHibernate, or Gentle.NET

or

relational-oriented tools, such as JDBC or ADO.NET

from assertfail.

wallymathieu avatar wallymathieu commented on September 27, 2024

In Haskell you have esqueleto inspired by squeryl
also opaleye that looks like more Haskell oriented but with similar focus.

from assertfail.

wallymathieu avatar wallymathieu commented on September 27, 2024

We see some trends, trying to hide SQL (and make it fit OO or procedural patterns) vs trying to expose SQL in the host language. Active records in ruby and EF in c# is nice when that's sort of what you want and need. For performance reasons it can make a lot of sense to skip the abstractions and use raw SQL + result mapper.

Perhaps we see one strain of evolution as : JDBC or ADO.NET -> Dapper style -> Squeryl or typed SQL style
I.e. SQL oriented and then adapting that into the host language

Another strain of evolution is the active records pattern.

DataSets -> deprecated ActiveRecord -> ?
Seems to be prevalent in ruby/python world still

A more common strain of evolution is the POCO ORM patterns as seen with

XML mapping edmx or NHibernate -> Entity framework core/NHibernate style

While also noting that the relationships are not in time order.

from assertfail.

wallymathieu avatar wallymathieu commented on September 27, 2024

Ruby on Rails mentions active records: https://guides.rubyonrails.org/active_record_basics.html . Perhaps rails embrace of this pattern is what makes rails appropriate for smallish applications.
Angular feels sort of like Rails in the browser. I'm unsure if there is anything more formal to say around this?

from assertfail.

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.