1. Home
  2. Computing & Technology
  3. Perl
photo of Kirk Brown

Kirk's Perl Blog

By Kirk Brown, About.com Guide to Perl since 2005

Adding Object-Relational Mapping to your Perl Application - Part Two

Saturday May 17, 2008
Object-Relational Mapping is a method of mapping a relational database to a class structure in an object-oriented programming language. In simpler terms, it takes your database structure and creates an interface that keeps you from having to write any SQL at all. Not only does it abstract the database, it abstracts the relational portion as well, making it simpler for you to work in an application. Learn more in the second part of this tutorial on Preparing our Database for Rose::DB.

Adding Object-Relational Mapping to your Perl Application - Part Two

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore Perl

More from About.com

  1. Home
  2. Computing & Technology
  3. Perl

©2008 About.com, a part of The New York Times Company.

All rights reserved.