Perl Object-Oriented Persistence
From HandWiki
This article does not cite any external source. HandWiki requires at least one external source. See citing external sources. (January 2017) (Learn how and when to remove this template message) |
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
Original source: https://en.wikipedia.org/wiki/Perl Object-Oriented Persistence.
Read more |