| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles. (February 2009) |
Perl Object-Oriented Persistence (POOP) is the term given to refer to object-relational mapping mechanisms written in the Perl programming language to provide object persistence. Dave Rolsky divides POOP mechanisms into two categories:
- RDBMS-OO Mappers: These tools attempt to map RDBMS data structures (tables, columns, rows) onto Perl objects.
- OO-Persistence Tools: These tools attempt to map Perl objects into an arbitrary format, often an RDBMS.
External links
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)




