Jump to content

Perl Object-Oriented Persistence

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by DACartman (talk | contribs) at 17:41, 4 February 2025 (Reverted 1 edit by 2620:6E:6000:3100:A192:4BD:9953:2B8C (talk) to last revision by Rrjmrrr). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.
[edit]