Object Relational Mappers
There are many similarities between object oriented programming and relational databases. Classes correspond to tables. Objects correspond to rows. Both classes and tables have attributes. Object relational mappers are tools that represent relational databases as objects.
Comments
Post a Comment