Light orm made to manage your MYSQL databases of your php project.
Set the connection parameters to your database in the config file :
app/config/config_db.json
With the ORM generator you can generate the tables entities of your database. Run this commande line :
php generator.php tableName
- SELECT
- INSERT
- UPDATE
- JOINTURES
- COUNT