sup / orm
There is no license information available for the latest version (dev-master) of this package.
Light orm made to manage your MYSQL databases of your php project.
dev-master
2016-02-10 13:38 UTC
This package is not auto-updated.
Last update: 2025-01-10 11:30:43 UTC
README
Light orm made to manage your MYSQL databases of your php project.
Configuration
Set the connection parameters to your database in the config file :
app/config/config_db.json
Generate the entities
With the ORM generator you can generate the tables entities of your database. Run this commande line :
php generator.php tableName
Request on the database
- SELECT
- INSERT
- UPDATE
- JOINTURES
- COUNT