Skip to content

adarshakb/orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light ORM ( Object Relation Mapping )

This is a light-weight ORM for CRUD functions for a database

  • Currently its implemented for MYSQL.

Features Include

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

About

This is a light-weight ORM for CRUD functions for a MYSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages