Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 730 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 730 Bytes

Sirius\Orm Playground

This repository is used to demonstrate the capabilities of Sirius\Orm library

The repo has the following structure:

  • bootstrap
    • config.php - various configuration options for the project
    • container.php - intialization & configuration of the DI container
  • resources
    • schema.php - contains the DB schema
    • seed.php - contains the code for seeding the database
    • mapper_definitions.php - contains the definitions of the mappers
  • src
    • Entity - contains the entity classes generated by Sirius\Orm
    • Mapper - contains the mapper & query classes generated by Sirius\Orm
  • demos - contains files demonstrating various aspects of the Sirius\Orm library