- Currently its implemented for MYSQL.
Features Include
- CRUD (Create, Read, Update & Delete) to database.
- Foreign key relationships can be handled in Object Oriented Structure.
- Composite primary keys are supported
- Lazy updating of changed variables leads to increased preformance
- Flexible database class file allows for granular access to data
- Exception based approach helps the program stick to OOP structure
- Cached database connection for faster access.
- Seperate initialization of class from a direct row input from database.