Object-Relational Mapping (ORM)

Object-relational mapping (ORM) is a way to align programming code with database structures.

ORM uses metadata descriptors to create a layer between the programming language and a relational database.

I saw this through Ecto repos.