-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Jonas Erlandsson edited this page Apr 18, 2016
·
15 revisions
NOTE: STILL UNDER DEVELOPMENT.
Eavquent gives you the possibility to provide an EAV structure to you Eloquent models.
This data representation is analogous to space-efficient methods of storing a sparse matrix, where only non-empty values are stored. In an EAV data model, each attribute-value pair is a fact describing an entity, and a row in an EAV table stores a single fact. EAV tables are often described as "long and skinny": "long" refers to the number of rows, "skinny" to the few columns.
For roadmaps and other project related information - Take a look at the Trello Board