You can edit almost every page by Creating an account and confirming your email.

Perl Object-Oriented Persistence

From EverybodyWiki Bios & Wiki

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 "Perl Object-Oriented Persistence" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Perl Object-Oriented Persistence. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.