logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Tangram::Springfield - classes and schema used in the Guided Tour

Description

       This modules contains the declarations of the classes used in the Guided Tour. It also creates Schema
       object for that class system, and stores it in the $schema variable. That variable is exported to the
       "main" package by default.

       The UML diagram for the classes can be found in Tangram.

Name

       Tangram::Springfield - classes and schema used in the Guided Tour

See Also

       Tangram, Tangram::Schema, Tangram::Relational, Tangram::Storage, Tangram::Deploy.

perl v5.36.0                                       2022-10-16                          Tangram::Springfield(3pm)

Synopsis

          use Tangram;
          use Tangram::Springfield;

          # deploy the storage
          # store & retrieve objects

See Also