Introduction Last updated: 04/10/2020
PHPtricks-ORM A database Library which uses the PDO extension.
- Allows one connection with the database and deny duplicate connections,
this speeds up to use the database and reduces the load on the server. - supports many drivers (mysql, sqlite, PostgreSQL, mssql, sybase, Oracle Call Interface -oci-).
- it makes communication easy with databases and perform operations on tables with ease.