See the Full Documentation Here
Ivory ORM its an ORM based on PDO PHP features and implemented almost all the w3 sql tutorial features
Files Descriptions
Simple and precise Ivory ORM has just 3 files
The config file as the name says is where you will configure your database settings
The operations file is the core of Ivory all the queries are executed there
The where conditions file is the support to all the where features os sql implemented in Ivory
The CRUD file is just a file where you can type your queries and test them