DEV Community

Discussion on: Getting Started with Ecto Part 1: Installing and Configuring Ecto

 
edgar971 profile image
Edgar Pino

The active record pattern is an architectural pattern that stores in-memory object data in relational databases. For example, Active Record ORM in Ruby, Entity Framework in C#, and Sequelize in Node.js.