The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.03 - 2016-06-03

  • DBIx::EAV can now deploy the eav schema to the database (via SQL::Translator)
  • implemented schema->deploy
  • implemented schema->get_ddl($sqlt_producer)
  • new constructor option 'static_attributes' to define extra 'entities' table columns
  • tests now using schema->deploy instead of eav-schema.sql (deleted it)

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.