In a nutshell, an
ORM framework is written in an object oriented language (like PHP, Java, C# etc--) and it is designed to virtually wrap around a relational database. If you look at the name (
ORM), it basically translates into: mapping objects to relational tables.
read more >>