Sunhill ORM: Difference between revisions
From Sunhill Framework Documentation
Initial Version |
|||
Line 4: | Line 4: | ||
== What are the features of Sunhill ORM? == | == What are the features of Sunhill ORM? == | ||
* Inheritance | * [[Inheritance]] | ||
* Search engine | * [[Search engine]] | ||
* Automatic migration | * [[Migration|Automatic migration]] | ||
* | * [[Objects Module|Sunhill Visual Integration]] |
Revision as of 11:10, 28 August 2024
What is ORM?
ORM stands for Object-Relational-Mapper and means, that is possible to store objects into a database. The laravel framework already has an ORM component called Eloquent, but it lacks of some functionallity.