GitHub topics: php-database-models
roycanales17/Database-ORM
Eloquent is the default ORM (Object-Relational Mapping) included with the framework. It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
Language: PHP - Size: 119 KB - Last synced at: 21 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0