Sunhill ORM

From Sunhill Framework Documentation
Revision as of 10:35, 28 August 2024 by Klaus (talk | contribs) (Initial Version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

What are the features of Sunhill ORM?

  • Inheritance
  • Search engine
  • Automatic migration