Back to Developer Roadmap

Eloquent ORM

src/data/roadmaps/laravel/content/eloquent-orm@xqXQsC_2EX4rnGAiKML9o.md

4.0938 B
Original Source

Eloquent ORM

Eloquent is an Object-Relational Mapper (ORM) that provides a simple and enjoyable way to interact with your database. It allows you to define models that represent database tables, and then use those models to query, insert, update, and delete data without writing raw SQL queries. Eloquent uses an Active Record implementation, meaning each model instance corresponds to a single row in its associated table.

Visit the following resources to learn more: