RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

An introduction to ORMs

Object-relational mapping (ORM) is a technique used to connect and represent relational databases with object-oriented programming languages. Active Record is one of the most popular ORM frameworks available for web application development. Like any technology, Active Record has its pros and cons, which we will explore in this essay.

https://medium.com/@real_wyodeb/an-introduction-to-orms-c217290852dd

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in