{"id":272,"slug":"eloquent","name":"Eloquent ORM","short_description":"Eloquent is an ORM which is part of the Laravel framework.","url":"https://github.com/topics/eloquent","github_count":1295,"created_by":null,"logo_url":null,"released":null,"wikipedia_url":null,"related_topics":["laravel","orm","moloquent"],"aliases":["eloquent-orm"],"github_url":null,"content":"\u003cp\u003e\u003cstrong\u003eEloquent\u003c/strong\u003e is an ORM which is part of the Laravel framework. When using Eloquent, each database table has a corresponding “Model” that is used to interact with that table. Eloquent models are usually stored in \u003ccode class=\"language-plaintext highlighter-rouge\"\u003eapp/Models\u003c/code\u003e and extend from Laravel’s model base class \u003ccode class=\"language-plaintext highlighter-rouge\"\u003eIlluminate\\Database\\Eloquent\\Model\u003c/code\u003e. In addition to retrieving records from the database table, Eloquent models allow you to insert, update, and delete records from the table as well.\u003c/p\u003e\n","created_at":"2024-07-29T13:38:44.714Z","updated_at":"2026-06-28T00:09:48.205Z","topic_url":"https://awesome.ecosyste.ms/api/v1/topics/eloquent","html_url":"https://awesome.ecosyste.ms/topics/eloquent","projects_url":"https://awesome.ecosyste.ms/api/v1/projects?keyword=eloquent","lists_url":"https://awesome.ecosyste.ms/api/v1/lists?topic=eloquent"}