Skip to content

jarivas/SqlModels

Repository files navigation

Description

It is a tool to generate Models from differets kinds automatically, those models can CRUD by them selves, even supports relationships throught the method join

How to install

composer require jarivas/sql-models

How to use

Please check the tests code on tests/Unit

Tests

  • Requires Docker
  • ./vendor/bin/phpunit --testsuite Mysql
  • ./vendor/bin/phpunit --testsuite Pgsql
  • ./vendor/bin/phpunit --testsuite Sqlite