Universal Data Storage
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
This module provides an ability to store any objects or arrays with any nesting level in one database table.
Module provides entity called data_storage. Each entity has it's own entity_id so it could be loaded, saved or deleted using Entity API functions. Also each entity could be bind to another entity by id and special key. Each saving operation creates new revision so we won't lose your data. Your objects and arrays are stored in database as flat records so it's quite easy to join this data in your queries.
