Changes for version 0.04 - 2016-06-04

  • constructor param 'schema_config' replaces all schema-config-related params
  • Schema now enables foreign keys for SQLite on BUILD
  • fixed constraints from 'entity_relationships' to 'entities' table
  • moved methods 'db_driver_name' and 'has_data_type' to Schema.pm
  • renamed method 'register_schema' to 'register_types'
  • fixed Entity->_get_related() to handle query and options arguments
  • improved docs

Modules

Entity-Attribute-Value data modeling (aka 'open schema') for Perl
Represents a query used for fetching entities.
Represents an instance of a type of entity.
An entity type. Its attributes and relationships.
Represents a query used for fetching a set of entities.
Describes the physical EAV database schema.
Abstracts common operations on a database table.