/BasicORM

This is a basic ORM for OPT-IW004

Primary LanguagePHP

BasicORM

This is a basic ORM for OPT-IW004

Installation

  1. Clone the repository by running git clone https://github.com/ManrajGrover/BasicORM.git.
  2. Import database contacts.db using PhpMyAdmin or MySQL console.
  3. Check the demo by running php demo.php

What it does?

This ORM implements only SELECT command of MySQL that too for specific columns as per given requirements.