Misplaced Pages

Perl Object-Oriented Persistence

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Perl Object-Oriented Persistence" – news · newspapers · books · scholar · JSTOR (January 2017) (Learn how and when to remove this 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

Category:
Perl Object-Oriented Persistence Add topic