Perl Object-Oriented Persistence
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 article is issued from Wikipedia - version of the 5/25/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.