jarivas/sql-models

A simple and light Multi Sql model factory

1.7.3 2024-04-25 15:49 UTC

This package is auto-updated.

Last update: 2024-04-25 15:50:42 UTC


README

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