ORM

An Object Relational Mapper is software that lets developers interact with their database in their programming language of choice – instead of SQL. ORMs translate SQL into languages developers are building their apps in, like JavaScript or Python.

Popular ORMs include Django, SQLAlchemy, Sequelize, and ActiveRecord. Almost every developer uses an ORM of some sort; and a new wave of databases are popping up with ORMs built in.

ORM